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 voidEntityManagerSetupImpl.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 MetadataProjectMetadataProcessor.m_projectprotected MetadataProjectORMetadata.m_projectMethods 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.voidORMetadata.setProject(MetadataProject project) INTERNAL: Set the metadata project.Constructors in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataProjectModifierConstructorDescriptionprotectedORMetadata(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 TypeMethodDescriptionvoidMetadataAccessor.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 TypeMethodDescriptionvoidClassAccessor.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 voidPLSQLParameterMetadata.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 TypeMethodDescriptionvoidXMLEntityMappings.setProject(MetadataProject project) INTERNAL: Set the project reference for this EntityMappings object.