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

org.netbeans.modules.j2ee.persistence.spi
Interface PersistenceScopesProvider


public interface PersistenceScopesProvider

Provides a PersistenceScopes instance. This interface should be implemented together with PersistenceScopeProvider, even if only a single PersistenceScope is provided.


Method Summary
 PersistenceScopes getPersistenceScopes()
          Returns a PersistenceScopes for the current context.
 

Method Detail

getPersistenceScopes

PersistenceScopes getPersistenceScopes()
Returns a PersistenceScopes for the current context.

Returns:
an instance of PersistenceScopes; never null.

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

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