Uses of Interface
org.glassfish.persistence.jpa.ProviderContainerContractInfo
-
Packages that use ProviderContainerContractInfo Package Description org.glassfish.appclient.client.acc org.glassfish.persistence.jpa -
-
Uses of ProviderContainerContractInfo in org.glassfish.appclient.client.acc
Classes in org.glassfish.appclient.client.acc that implement ProviderContainerContractInfo Modifier and Type Class Description classProviderContainerContractInfoImplImplements the internal GlassFish interface which all persistence provider containers must. -
Uses of ProviderContainerContractInfo in org.glassfish.persistence.jpa
Classes in org.glassfish.persistence.jpa that implement ProviderContainerContractInfo Modifier and Type Class Description classEmbeddedProviderContainerContractInfoImplementation of ProviderContainerContractInfo while running inside embedded serverclassProviderContainerContractInfoBaseConvenience base class for implementing ProviderContainerContractInfo.classServerProviderContainerContractInfoImplementation of ProviderContainerContractInfo while running on server.Constructors in org.glassfish.persistence.jpa with parameters of type ProviderContainerContractInfo Constructor Description PersistenceUnitInfoImpl(PersistenceUnitDescriptor persistenceUnitDescriptor, ProviderContainerContractInfo providerContainerContractInfo)PersistenceUnitLoader(PersistenceUnitDescriptor puToInstatntiate, ProviderContainerContractInfo providerContainerContractInfo)
-