Uses of Class
org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
Packages that use MetadataProcessor Package Description org.eclipse.persistence.internal.jpa.deployment org.eclipse.persistence.internal.jpa.metadata -
-
Uses of MetadataProcessor in org.eclipse.persistence.internal.jpa.deployment
Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type MetadataProcessor Modifier and Type Method Description static Collection<MetadataClass>PersistenceUnitProcessor. buildEntityList(MetadataProcessor processor, ClassLoader loader)Create a list of the entities that will be deployed.static voidPersistenceUnitProcessor. processORMetadata(MetadataProcessor processor, boolean throwExceptionOnFail, PersistenceUnitProcessor.Mode mode)Process the Object/relational metadata from XML and annotations -
Uses of MetadataProcessor in org.eclipse.persistence.internal.jpa.metadata
Fields in org.eclipse.persistence.internal.jpa.metadata declared as MetadataProcessor Modifier and Type Field Description protected MetadataProcessorMetadataProcessor. m_compositeProcessorFields in org.eclipse.persistence.internal.jpa.metadata with type parameters of type MetadataProcessor Modifier and Type Field Description protected Set<MetadataProcessor>MetadataProcessor. m_compositeMemberProcessorsMethods in org.eclipse.persistence.internal.jpa.metadata that return MetadataProcessor Modifier and Type Method Description MetadataProcessorMetadataProcessor. getCompositeProcessor()INTERNAL: Return compositeProcessor.MetadataProcessorMetadataProject. getCompositeProcessor()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataProcessor Modifier and Type Method Description voidMetadataProcessor. addCompositeMemberProcessor(MetadataProcessor compositeMemberProcessor)INTERNAL: Add containedProcessor to compositeProcessor.voidMetadataProject. setCompositeProcessor(MetadataProcessor compositeProcessor)INTERNAL: set compositeProcessor that owns this and pear MetadataProcessors used to create composite persistence unit.Constructors in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataProcessor Constructor Description MetadataProcessor(jakarta.persistence.spi.PersistenceUnitInfo puInfo, AbstractSession session, ClassLoader loader, boolean weaveLazy, boolean weaveEager, boolean weaveFetchGroups, boolean multitenantSharedEmf, boolean multitenantSharedCache, Map<String,Object> predeployProperties, MetadataProcessor compositeProcessor)INTERNAL: Called from EntityManagerSetupImpl.
-