org.netbeans.modules.j2ee.persistenceapi/1 1.0.20

Uses of Class
org.netbeans.modules.j2ee.persistence.api.PersistenceScope

Packages that use PersistenceScope
org.netbeans.modules.j2ee.persistence.api   
org.netbeans.modules.j2ee.persistence.spi   
org.netbeans.modules.j2ee.persistence.spi.support   
 

Uses of PersistenceScope in org.netbeans.modules.j2ee.persistence.api
 

Methods in org.netbeans.modules.j2ee.persistence.api that return PersistenceScope
static PersistenceScope PersistenceScope.getPersistenceScope(org.openide.filesystems.FileObject fo)
          Returns the persistence scope for the given file.
 PersistenceScope[] PersistenceScopes.getPersistenceScopes()
          Returns the persistence scopes contained in this instance.
 

Uses of PersistenceScope in org.netbeans.modules.j2ee.persistence.spi
 

Methods in org.netbeans.modules.j2ee.persistence.spi that return PersistenceScope
static PersistenceScope PersistenceScopeFactory.createPersistenceScope(PersistenceScopeImplementation impl)
          Creates a PersistenceScope from the given PersistenceScopeImplementation.
 PersistenceScope PersistenceScopeProvider.findPersistenceScope(org.openide.filesystems.FileObject fo)
          Returns the persistence scope for the given file.
 PersistenceScope[] PersistenceScopesImplementation.getPersistenceScopes()
          Returns the persistence scopes contained in this instance.
 

Uses of PersistenceScope in org.netbeans.modules.j2ee.persistence.spi.support
 

Methods in org.netbeans.modules.j2ee.persistence.spi.support with parameters of type PersistenceScope
 void PersistenceScopesHelper.changePersistenceScope(PersistenceScope newPersistenceScope, File newPersistenceXml)
          Call this method in order to change the persistence scope returned by the PersistenceScopes instance returned by PersistenceScopesHelper.getPersistenceScopes() or the corresponding persistence.xml file.
 


org.netbeans.modules.j2ee.persistenceapi/1 1.0.20

Built on August 9 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.