Uses of Class
org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
-
Packages that use PersistenceUnitProcessor.Mode Package Description org.eclipse.persistence.internal.jpa.deployment org.eclipse.persistence.internal.jpa.metadata -
-
Uses of PersistenceUnitProcessor.Mode in org.eclipse.persistence.internal.jpa.deployment
Methods in org.eclipse.persistence.internal.jpa.deployment that return PersistenceUnitProcessor.Mode Modifier and Type Method Description static PersistenceUnitProcessor.ModePersistenceUnitProcessor.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistenceUnitProcessor.Mode[]PersistenceUnitProcessor.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type PersistenceUnitProcessor.Mode Modifier and Type Method Description static voidPersistenceUnitProcessor. processORMetadata(MetadataProcessor processor, boolean throwExceptionOnFail, PersistenceUnitProcessor.Mode mode)Process the Object/relational metadata from XML and annotations -
Uses of PersistenceUnitProcessor.Mode in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type PersistenceUnitProcessor.Mode Modifier and Type Method Description voidMetadataProcessor. processEntityMappings(PersistenceUnitProcessor.Mode mode)INTERNAL: Performs the initialization of the persistence unit classes and then processes the xml metadata.voidMetadataProcessor. processORMMetadata(PersistenceUnitProcessor.Mode mode)INTERNAL: Process the ORM metadata on this processors metadata project (representing a single persistence-unit)voidMetadataProject. processStage3(PersistenceUnitProcessor.Mode mode)INTERNAL: Stage 3 processing does all the extra processing that couldn't be completed in the first two stages of processing.
-