FileDocCategorySizeDatePackage
EntityManagerFactoryReference.javaAPI DocGlassfish v2 API2971Fri May 04 22:31:54 BST 2007com.sun.enterprise.deployment.types

EntityManagerFactoryReference

public interface EntityManagerFactoryReference implements com.sun.enterprise.deployment.InjectionCapable, NamedInformation
Protocol associated with defining an EntityManagerFactory reference

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.deployment.BundleDescriptorgetReferringBundleDescriptor()
Get the referring bundle, i.e. the bundle within which this reference is declared.

public java.lang.StringgetUnitName()
Get the unit name of the entity manager factory to which this reference is associated.

public voidsetReferringBundleDescriptor(com.sun.enterprise.deployment.BundleDescriptor referringBundle)
Set the referring bundle, i.e. the bundle within which this reference is declared.

public voidsetUnitName(java.lang.String unitName)
Set the unit name of the entity manager factory to which this reference is associated.