Uses of Class
org.eclipse.persistence.internal.jpa.metadata.MetadataProject
Packages that use MetadataProject
Package
Description
-
Uses of MetadataProject in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa with parameters of type MetadataProjectModifier 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
Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type MetadataProjectModifier 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
Fields in org.eclipse.persistence.internal.jpa.metadata declared as MetadataProjectModifier and TypeFieldDescriptionprotected MetadataProject
MetadataProcessor.m_project
protected MetadataProject
ORMetadata.m_project
Methods in org.eclipse.persistence.internal.jpa.metadata that return MetadataProjectModifier and TypeMethodDescriptionMetadataDescriptor.getProject()
INTERNAL:MetadataProcessor.getProject()
INTERNAL:ORMetadata.getProject()
INTERNAL: Return the MetadataProject.Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type MetadataProjectModifier and TypeMethodDescriptionMetadataProcessor.getPearProjects
(MetadataProject project) INTERNAL: Returns projects owned by compositeProcessor minus the passed project.Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataProjectModifier 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.Constructors in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataProjectModifierConstructorDescriptionprotected
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
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type MetadataProjectModifier and TypeMethodDescriptionvoid
MetadataAccessor.initXMLAccessor
(MetadataDescriptor descriptor, MetadataProject project) INTERNAL: This method should be subclassed in those methods that need to do extra initialization.Constructors in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type MetadataProjectModifierConstructorDescriptionMetadataAccessor
(MetadataAnnotation annotation, MetadataAccessibleObject accessibleObject, MetadataDescriptor descriptor, MetadataProject project) INTERNAL: -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type MetadataProjectModifier 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.Constructors in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type MetadataProjectModifierConstructorDescriptionClassAccessor
(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
Constructors in org.eclipse.persistence.internal.jpa.metadata.columns with parameters of type MetadataProjectModifierConstructorDescriptionINTERNAL: Used for annotation loading. -
Uses of MetadataProject in org.eclipse.persistence.internal.jpa.metadata.queries
Methods in org.eclipse.persistence.internal.jpa.metadata.queries with parameters of type MetadataProjectModifier and TypeMethodDescriptionprotected void
PLSQLParameterMetadata.setDatabaseFieldSettings
(DatabaseField field, MetadataProject project) INTERNAL: set the project level settings on the database fieldsConstructors in org.eclipse.persistence.internal.jpa.metadata.queries with parameters of type MetadataProjectModifierConstructorDescriptionSQLResultSetMappingMetadata
(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
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return MetadataProjectMethods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type MetadataProjectModifier and TypeMethodDescriptionvoid
XMLEntityMappings.setProject
(MetadataProject project) INTERNAL: Set the project reference for this EntityMappings object.