Uses of Interface
org.eclipse.persistence.jpa.ArchiveFactory
-
Packages that use ArchiveFactory Package Description org.eclipse.persistence.internal.jpa.deployment -
-
Uses of ArchiveFactory in org.eclipse.persistence.internal.jpa.deployment
Classes in org.eclipse.persistence.internal.jpa.deployment that implement ArchiveFactory Modifier and Type Class Description classArchiveFactoryImplThis class is written to deal with various URLs that can be returned byPersistenceUnitInfo.getPersistenceUnitRootUrl()Fields in org.eclipse.persistence.internal.jpa.deployment declared as ArchiveFactory Modifier and Type Field Description static ArchiveFactoryPersistenceUnitProcessor. ARCHIVE_FACTORYCache the ArchiveFactory used to derive Archives.Methods in org.eclipse.persistence.internal.jpa.deployment that return ArchiveFactory Modifier and Type Method Description static ArchiveFactoryPersistenceUnitProcessor. getArchiveFactory(ClassLoader loader)static ArchiveFactoryPersistenceUnitProcessor. getArchiveFactory(ClassLoader loader, Map properties)Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type ArchiveFactory Modifier and Type Method Description static voidPersistenceUnitProcessor. setArchiveFactory(ArchiveFactory factory)
-