Uses of Class
org.eclipse.persistence.internal.jpa.metadata.MetadataProject
Package
Description
-
Uses of MetadataProject in org.eclipse.persistence.internal.jpa
Modifier and TypeMethodDescriptionstatic void
EntityManagerSetupImpl.updateCaseSensitivitySettings
(Map m, MetadataProject project, AbstractSession session) /** Enable or disable forcing field names to be case insensitive. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.deployment
Modifier and TypeMethodDescriptionstatic Class
<?> PersistenceUnitProcessor.loadClass
(String className, ClassLoader loader, boolean throwExceptionIfNotFound, MetadataProject project) Load the given class name with the given class loader. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata
Modifier and TypeFieldDescriptionprotected MetadataProject
MetadataProcessor.m_project
protected MetadataProject
ORMetadata.m_project
Modifier and TypeMethodDescriptionMetadataDescriptor.getProject()
INTERNAL:MetadataProcessor.getProject()
INTERNAL:ORMetadata.getProject()
INTERNAL: Return the MetadataProject.Modifier and TypeMethodDescriptionMetadataProcessor.getPearProjects
(MetadataProject project) INTERNAL: Returns projects owned by compositeProcessor minus the passed project.Modifier and TypeMethodDescriptionMetadataProcessor.getPearProjects
(MetadataProject project) INTERNAL: Returns projects owned by compositeProcessor minus the passed project.void
ORMetadata.setProject
(MetadataProject project) INTERNAL: Set the metadata project.ModifierConstructorDescriptionprotected
ORMetadata
(MetadataAccessibleObject accessibleObject, MetadataProject project, Object location) INTERNAL: Used for defaulting.ORMetadata
(MetadataAnnotation annotation, MetadataAccessibleObject accessibleObject, MetadataProject project) INTERNAL: Used for annotation loading of class and mapping accessors. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.accessors
Modifier and TypeMethodDescriptionvoid
MetadataAccessor.initXMLAccessor
(MetadataDescriptor descriptor, MetadataProject project) INTERNAL: This method should be subclassed in those methods that need to do extra initialization.ModifierConstructorDescriptionMetadataAccessor
(MetadataAnnotation annotation, MetadataAccessibleObject accessibleObject, MetadataDescriptor descriptor, MetadataProject project) INTERNAL: -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Modifier and TypeMethodDescriptionvoid
ClassAccessor.initXMLClassAccessor
(MetadataAccessibleObject accessibleObject, MetadataDescriptor descriptor, MetadataProject project, XMLEntityMappings entityMappings) INTERNAL: This method should be subclassed in those methods that need to do extra initialization.ModifierConstructorDescriptionClassAccessor
(MetadataAnnotation annotation, MetadataClass cls, MetadataProject project) INTERNAL:ConverterAccessor
(MetadataAnnotation converter, MetadataClass metadataClass, MetadataProject project) INTERNAL:EmbeddableAccessor
(MetadataAnnotation annotation, MetadataClass cls, MetadataProject project) INTERNAL:EntityAccessor
(MetadataAnnotation annotation, MetadataClass cls, MetadataProject project) INTERNAL:InterfaceAccessor
(MetadataAnnotation annotation, MetadataClass cls, MetadataProject project) INTERNAL:MappedSuperclassAccessor
(MetadataAnnotation annotation, MetadataClass cls, MetadataProject project) INTERNAL: -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.columns
ModifierConstructorDescriptionINTERNAL: Used for annotation loading. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.queries
Modifier and TypeMethodDescriptionprotected void
PLSQLParameterMetadata.setDatabaseFieldSettings
(DatabaseField field, MetadataProject project) INTERNAL: set the project level settings on the database fieldsModifierConstructorDescriptionSQLResultSetMappingMetadata
(MetadataClass entityClass, MetadataAccessibleObject accessibleObject, MetadataProject project, Object location) INTERNAL: Used for result class processing. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.xml
Modifier and TypeMethodDescriptionvoid
XMLEntityMappings.setProject
(MetadataProject project) INTERNAL: Set the project reference for this EntityMappings object.