org.netbeans.modules.j2ee.persistence.spi
Class PersistenceScopesFactory
java.lang.Object
org.netbeans.modules.j2ee.persistence.spi.PersistenceScopesFactory
public final class PersistenceScopesFactory
- extends Object
This class is used to create PersistenceScopes
instances, which
cannot be created directly.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createPersistenceScopes
public static PersistenceScopes createPersistenceScopes(PersistenceScopesImplementation impl)
- Creates a PersistenceScopes from the given PersistenceScopesImplementation.