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