Uses of Class
org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
-
Uses of MetadataProject in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa with parameters of type MetadataProject Modifier and Type Method Description static 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 MetadataProject Modifier and Type Method Description static ClassPersistenceUnitProcessor. 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 MetadataProject Modifier and Type Field Description protected MetadataProjectMetadataProcessor. m_projectprotected MetadataProjectORMetadata. m_projectMethods in org.eclipse.persistence.internal.jpa.metadata that return MetadataProject Modifier and Type Method Description MetadataProjectMetadataDescriptor. getProject()INTERNAL:MetadataProjectMetadataProcessor. getProject()INTERNAL:MetadataProjectORMetadata. getProject()INTERNAL: Return the MetadataProject.Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type MetadataProject Modifier and Type Method Description Set<MetadataProject>MetadataProcessor. 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 MetadataProject Modifier and Type Method Description Set<MetadataProject>MetadataProcessor. 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 MetadataProject Constructor Description 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 MetadataProject Modifier and Type Method Description voidMetadataAccessor. 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 MetadataProject Constructor Description MetadataAccessor(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 MetadataProject Modifier and Type Method Description voidClassAccessor. 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 MetadataProject Constructor Description ClassAccessor(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 MetadataProject Constructor Description PrimaryKeyJoinColumnMetadata(MetadataProject project)INTERNAL: 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 MetadataProject Modifier and Type Method Description protected 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 MetadataProject Constructor Description SQLResultSetMappingMetadata(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 MetadataProject Modifier and Type Method Description MetadataProjectXMLEntityMappings. getProject()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type MetadataProject Modifier and Type Method Description voidXMLEntityMappings. setProject(MetadataProject project)INTERNAL: Set the project reference for this EntityMappings object.
-