Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
-
-
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.deployment
Methods in org.eclipse.persistence.internal.jpa.deployment that return types with arguments of type MetadataClass Modifier and Type Method Description static Collection<MetadataClass>PersistenceUnitProcessor. buildEntityList(MetadataProcessor processor, ClassLoader loader)Create a list of the entities that will be deployed.Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type MetadataClass Modifier and Type Method Description static MetadataAnnotationPersistenceUnitProcessor. getConverterAnnotation(MetadataClass candidateClass)Return if a given class is annotated with @Embeddable.static MetadataAnnotationPersistenceUnitProcessor. getEmbeddableAnnotation(MetadataClass candidateClass)Return if a given class is annotated with @Embeddable.static MetadataAnnotationPersistenceUnitProcessor. getEntityAnnotation(MetadataClass candidateClass)Return if a given class is annotated with @Entity.static MetadataAnnotationPersistenceUnitProcessor. getMappedSuperclassAnnotation(MetadataClass candidateClass)Return if a given class is annotated with @Entity.static MetadataAnnotationPersistenceUnitProcessor. getStaticMetamodelAnnotation(MetadataClass candidateClass)Return the @StaticMetamodel annotation on the given class.static booleanPersistenceUnitProcessor. isConverter(MetadataClass candidateClass)Return if a given class is annotated with @Converter.static booleanPersistenceUnitProcessor. isEmbeddable(MetadataClass candidateClass)Return if a given class is annotated with @Embeddable.static booleanPersistenceUnitProcessor. isEntity(MetadataClass candidateClass)Return if a given class is annotated with @Entity.static booleanPersistenceUnitProcessor. isMappedSuperclass(MetadataClass candidateClass)Return if a given class is annotated with @MappedSuperclass.static booleanPersistenceUnitProcessor. isStaticMetamodelClass(MetadataClass candidateClass)Return if a given class is annotated with @StaticMetamodel. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return MetadataClass Modifier and Type Method Description MetadataClassMetadataDescriptor. getJavaClass()INTERNAL:MetadataClassORMetadata. getMetadataClass(Class<?> javaClass)INTERNAL: Return the MetadataClass for the class.MetadataClassORMetadata. getMetadataClass(String className)INTERNAL: Return the MetadataClass for the class name.MetadataClassORMetadata. getMetadataClass(String className, boolean isLazy)INTERNAL: Return the MetadataClass for the class name.MetadataClassMetadataDescriptor. getPKClass()INTERNAL:protected MetadataClassORMetadata. initXMLClassName(String className)INTERNAL: This method should only be called on those objects that were loaded from XML and that need to initialize a class name.Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataClass Modifier and Type Method Description voidMetadataProject. addGeneratedValue(GeneratedValueMetadata generatedvalue, MetadataClass entityClass)INTERNAL:voidMetadataProject. addStaticMetamodelClass(MetadataAnnotation annotation, MetadataClass metamodelClass)INTERNAL: Add a discovered metamodel class to the session.ConverterAccessorMetadataProject. getAutoApplyConverter(MetadataClass cls)Return the converter for the auto apply class type.ConverterAccessorMetadataProject. getConverterAccessor(MetadataClass cls)INTERNAL:EmbeddableAccessorMetadataProject. getEmbeddableAccessor(MetadataClass cls)INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.EmbeddableAccessorMetadataProject. getEmbeddableAccessor(MetadataClass cls, boolean checkIsIdClass)INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.EntityAccessorMetadataProject. getEntityAccessor(MetadataClass cls)INTERNAL: Return the entity accessor for the given class name.protected Class<?>ORMetadata. getJavaClass(MetadataClass metadataClass)INTERNAL: Return the Java class for the metadata class using the metadata loader.StringORMetadata. getJavaClassName(MetadataClass metadataClass)INTERNAL: Return the Java class name for the metadata class.MappedSuperclassAccessorMetadataProject. getMappedSuperclassAccessor(MetadataClass cls)INTERNAL:booleanMetadataProject. hasAutoApplyConverter(MetadataClass cls)Return true if there is an auto-apply converter for the given cls.booleanMetadataProject. hasConverterAccessor(MetadataClass cls)INTERNAL:booleanMetadataProject. hasEmbeddable(MetadataClass cls)INTERNAL:booleanMetadataProject. hasEntity(MetadataClass cls)INTERNAL:booleanMetadataProject. hasInterface(MetadataClass cls)INTERNAL:booleanMetadataProject. hasMappedSuperclass(MetadataClass cls)INTERNAL:booleanMetadataProject. isIdClass(MetadataClass idClass)INTERNAL:voidMetadataProject. removeEmbeddableAccessor(MetadataClass metadataClass)INTERNAL: Used from the canonical model generator.voidMetadataProject. removeEntityAccessor(MetadataClass metadataClass)INTERNAL: Used from the canonical model generator.voidMetadataProject. removeMappedSuperclassAccessor(MetadataClass metadataClass)INTERNAL: Used from the canonical model generator.voidMetadataDescriptor. setJavaClass(MetadataClass javaClass)INTERNAL: Used to set this descriptors java class.voidMetadataDescriptor. setPKClass(MetadataClass pkClass)INTERNAL:Constructors in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataClass Constructor Description MetadataDescriptor(MetadataClass javaClass)INTERNAL:MetadataDescriptor(MetadataClass javaClass, ClassAccessor classAccessor)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors that return MetadataClass Modifier and Type Method Description MetadataClassMetadataAccessor. getDescriptorJavaClass()INTERNAL: Return the java class tied to this class accessor's descriptor.MetadataClassMetadataAccessor. getJavaClass()INTERNAL: Return the java class associated with this accessor's descriptor.MetadataClassPropertyMetadata. getValueType()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type MetadataClass Modifier and Type Method Description voidPropertyMetadata. setValueType(MetadataClass valueType)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.classes declared as MetadataClass Modifier and Type Field Description protected MetadataClassConverterAccessor. attributeClassificationprotected MetadataClassConverterAccessor. fieldClassificationMethods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return MetadataClass Modifier and Type Method Description MetadataClassConverterAccessor. getAttributeClassification()INTERNAL: Return the type this converter will auto apply to.MetadataClassClassAccessor. getCustomizerClass()INTERNAL:protected MetadataClassMappedSuperclassAccessor. getIdClass()INTERNAL:MetadataClassClassAccessor. getJavaClass()INTERNAL: Return the java class that defines this accessor.protected MetadataClassClassAccessor. getParentClass()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type MetadataClass Modifier and Type Method Description protected voidClassAccessor. addPotentialEmbeddableAccessor(MetadataClass potentialEmbeddableClass, ClassAccessor embeddingAccessor)INTERNAL Add an embeddable class to the embeddable accessor list if it is indeed an embeddable.protected voidEmbeddableAccessor. addPotentialEmbeddableAccessor(MetadataClass potentialEmbeddableClass, ClassAccessor embeddingAccessor)INTERNAL Ensure any embeddable classes that are discovered during pre-process are added to the project.protected voidClassAccessor. addPotentialMappedSuperclass(MetadataClass metadataClass, boolean addMappedSuperclassAccessors)INTERNAL: Add mapped superclass accessors to inheriting entities.protected voidConverterAccessor. initClassificationClasses(MetadataClass cls)INTERNAL: Do some validation and initialize the attribute converter classficiation classes.protected voidClassAccessor. resolveGenericTypes(List<String> genericTypes, MetadataClass parent)INTERNAL: This method resolves generic types.protected voidMappedSuperclassAccessor. setIdClass(MetadataClass idClass)INTERNAL:voidClassAccessor. setJavaClass(MetadataClass cls)INTERNAL: Set the java class for this accessor.protected voidClassAccessor. setParentClass(MetadataClass parentClass)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings declared as MetadataClass Modifier and Type Field Description protected MetadataClassRelationshipAccessor. m_referenceClassMethods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return MetadataClass Modifier and Type Method Description MetadataClassCollectionAccessor. getMapKeyClass()INTERNAL:MetadataClassElementCollectionAccessor. getMapKeyClass()INTERNAL: Return the map key class on this element collection accessor.MetadataClassMappedKeyMapAccessor. getMapKeyClass()INTERNAL:MetadataClassCollectionAccessor. getMapKeyClassWithGenerics()INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.MetadataClassElementCollectionAccessor. getMapKeyClassWithGenerics()INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.MetadataClassMappedKeyMapAccessor. getMapKeyClassWithGenerics()INTERNAL:MetadataClassMappingAccessor. getMapKeyReferenceClass()INTERNAL: Return the map key reference class for this accessor if applicable.MetadataClassMappingAccessor. getMapKeyReferenceClassWithGenerics()INTERNAL: Return the map key reference class for this accessor if applicable.MetadataClassMappingAccessor. getRawClass()INTERNAL: Return the raw class for this accessor.MetadataClassMappingAccessor. getRawClassWithGenerics()INTERNAL: Return the raw class with any generic specifications for this accessor.MetadataClassBasicCollectionAccessor. getReferenceClass()INTERNAL: Return the reference class for this accessor.MetadataClassBasicMapAccessor. getReferenceClass()INTERNAL: Return the reference class for this accessor.MetadataClassCollectionAccessor. getReferenceClass()INTERNAL: If a targetEntity is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.MetadataClassElementCollectionAccessor. getReferenceClass()INTERNAL: If a targetEntity is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.MetadataClassMappingAccessor. getReferenceClass()INTERNAL: Return the reference class for this accessor.MetadataClassObjectAccessor. getReferenceClass()INTERNAL: If a target entity is specified in metadata, it will be set as the reference class, otherwise we will use the raw class.MetadataClassMappingAccessor. getReferenceClassFromGeneric()INTERNAL: Attempts to return a reference class from a generic specification.MetadataClassBasicCollectionAccessor. getReferenceClassWithGenerics()INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.MetadataClassMappingAccessor. getReferenceClassWithGenerics()INTERNAL: Return the reference class for this accessor.protected MetadataClassObjectAccessor. getSimplePKType()INTERNAL: Used to process primary keys and DerivedIds.protected MetadataClassElementCollectionAccessor. getTargetClass()INTERNAL: Return the target class for this accessor.MetadataClassRelationshipAccessor. getTargetEntity()INTERNAL: Return the target entity for this accessor.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type MetadataClass Modifier and Type Method Description protected booleanBasicAccessor. isCollectionClass(MetadataClass cls)INTERNAL: Method to return whether a class is a collection or not.protected booleanMappingAccessor. isEnumerated(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this represents an enum type mapping.protected booleanMappingAccessor. isJson(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this represents a JSON type mapping.protected booleanMappingAccessor. isLob(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this accessor represents a BLOB/CLOB mapping.protected booleanBasicAccessor. isMapClass(MetadataClass cls)INTERNAL: Method to return whether a class is a map or not.protected booleanMappingAccessor. isPrimitiveWrapperClass(MetadataClass cls)INTERNAL: Returns true is the given class is primitive wrapper type.booleanMappingAccessor. isSerialized(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this accessor represents a serialized mapping.protected booleanMappingAccessor. isTemporal(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this represents a temporal type mapping.protected booleanMappingAccessor. isTimeClass(MetadataClass cls)protected booleanMappingAccessor. isUUID(MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Return true if this represents a UUID type mapping.protected booleanMappingAccessor. isValidJsonType(MetadataClass cls)INTERNAL: Check whether given class is valid for JsonMapping.protected booleanMappingAccessor. isValidSerializedType(MetadataClass cls)INTERNAL: Returns true if the given class is valid for SerializedObjectMapping.protected booleanVersionAccessor. isValidTimestampVersionLockingType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid timestamp locking type.protected booleanVersionAccessor. isValidVersionLockingType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid version locking type.protected voidMappingAccessor. processConvert(DatabaseMapping mapping, String converterName, MetadataClass referenceClass, boolean isForMapKey, boolean hasConverts)INTERNAL: Process a Convert annotation or convert element to apply to specified EclipseLink converter (Converter, TypeConverter, ObjectTypeConverter) to the given mapping.protected voidMappingAccessor. processConverts(List<ConvertMetadata> converts, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process the JPA defined convert(s)protected voidBasicAccessor. processEnumerated(EnumeratedMetadata enumerated, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process an Enumerated annotation.protected voidMappingAccessor. processEnumerated(EnumeratedMetadata enumerated, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process an Enumerated setting.protected voidMappingAccessor. processJson(DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process JSON value attribute for classes that extend JsonValue interface.protected voidBasicAccessor. processLob(LobMetadata lob, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process a Lob metadata.protected voidMappingAccessor. processLob(LobMetadata lob, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process a lob specification.protected voidMappingAccessor. processMappingConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics, boolean isForMapKey)INTERNAL: Process a convert value which specifies the name of an EclipseLink converter to process with this accessor's mapping.protected voidMappingAccessor. processMappingKeyConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics)INTERNAL: Process a mapping key converter either from an EclipseLink convert specification or a JPA converter specification (map-key-convert, map-key-temporal, map-key-enumerated) to be applied to the given mapping.protected voidMappingAccessor. processMappingValueConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics)INTERNAL: Process a convert value which specifies the name of an EclipseLink converter to process with this accessor's mapping.protected voidMappingAccessor. processSerialized(DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process a potential serializable attribute.protected voidMappingAccessor. processSerialized(DatabaseMapping mapping, MetadataClass referenceClass, MetadataClass classification, boolean isForMapKey)INTERNAL: Process a potential serializable attribute.protected voidMappingAccessor. processTemporal(TemporalMetadata temporal, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process a temporal type accessor.protected voidMappingAccessor. processUUID(DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process a UUID attribute.voidCollectionAccessor. setMapKeyClass(MetadataClass mapKeyClass)INTERNAL:voidElementCollectionAccessor. setMapKeyClass(MetadataClass mapKeyClass)INTERNAL:voidMappedKeyMapAccessor. setMapKeyClass(MetadataClass cls)INTERNAL:voidRelationshipAccessor. setTargetEntity(MetadataClass targetEntity)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.objects declared as MetadataClass Modifier and Type Field Description protected MetadataClassMetadataField. declaringClassprotected MetadataClassMetadataMethod. m_metadataClassClass that the method is defined in.protected MetadataClassMetadataClass. m_superclassFields in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with type parameters of type MetadataClass Modifier and Type Field Description protected List<MetadataClass>MetadataClass. m_enclosedClassesprotected Map<String,MetadataClass>MetadataFactory. m_metadataClassesStores all metadata for classes.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return MetadataClass Modifier and Type Method Description MetadataClassMetadataField. getDeclaringClass()INTERNAL:MetadataClassMetadataAnnotatedElement. getMapKeyClass(MetadataDescriptor descriptor)INTERNAL: This should only be called for accessor's of type Map.MetadataClassMetadataAccessibleObject. getMetadataClass(String className)INTERNAL:MetadataClassMetadataAsmFactory. getMetadataClass(String className)Return the class metadata for the class name.MetadataClassMetadataAsmFactory. getMetadataClass(String className, boolean isLazy)Return the class metadata for the class name.abstract MetadataClassMetadataFactory. getMetadataClass(String className)Return the class metadata for the class name.abstract MetadataClassMetadataFactory. getMetadataClass(String className, boolean isLazy)Return the class metadata for the class name.MetadataClassMetadataMethod. getMetadataClass()INTERNAL:MetadataClassMetadataAnnotatedElement. getRawClass(MetadataDescriptor descriptor)INTERNAL: Return the raw class for this accessible object.MetadataClassMetadataAnnotatedElement. getRawClassWithGenerics(MetadataDescriptor descriptor)INTERNAL: Return the complete raw class with generics for this accessible object.MetadataClassMetadataAnnotatedElement. getReferenceClassFromGeneric(MetadataDescriptor descriptor)INTERNAL: Return the reference class from the generic specification on this accessible object.MetadataClassMetadataClass. getSuperclass()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return types with arguments of type MetadataClass Modifier and Type Method Description List<MetadataClass>MetadataClass. getEnclosedClasses()INTERNAL: Return the list of classes defined within this metadata class.protected Map<String,MetadataClass>MetadataFactory. getMetadataClasses()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with parameters of type MetadataClass Modifier and Type Method Description voidMetadataClass. addEnclosedClass(MetadataClass enclosedClass)INTERNAL:voidMetadataFactory. addMetadataClass(String name, MetadataClass metadataClass)INTERNAL:voidMetadataFactory. addMetadataClass(MetadataClass metadataClass)INTERNAL:protected voidMetadataAsmFactory. buildClassMetadata(MetadataClass metadataClass, String className, boolean isLazy)Build the class metadata for the class name using ASM to read the class byte codes.MetadataMethodMetadataMethod. getSetMethod(MetadataClass cls)INTERNAL: Method to convert a getMethod into a setMethod.booleanMetadataAnnotatedElement. isSupportedCollectionClass(MetadataClass metadataClass)INTERNAL: Method to return whether the given class is a supported collection class.booleanMetadataAnnotatedElement. isSupportedMapClass(MetadataClass metadataClass)INTERNAL: Method to return whether the given class is a supported map class.booleanMetadataAnnotatedElement. isSupportedToManyCollectionClass(MetadataClass metadataClass)INTERNAL: Method to return whether the given class is a supported to many collection class.voidMetadataAsmFactory. resolveGenericTypes(MetadataClass child, List<String> genericTypes, MetadataClass parent, MetadataDescriptor descriptor)INTERNAL: This method resolves generic types based on the ASM class metadata.abstract voidMetadataFactory. resolveGenericTypes(MetadataClass child, List<String> genericTypes, MetadataClass parent, MetadataDescriptor descriptor)INTERNAL: This method resolves generic types based on the ASM class metadata.voidMetadataField. setDeclaringClass(MetadataClass declaringClass)INTERNAL:voidMetadataMethod. setMetadataClass(MetadataClass metadataClass)INTERNAL:voidMetadataClass. setSuperclass(MetadataClass superclass)INTERNAL:Constructors in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with parameters of type MetadataClass Constructor Description MetadataField(MetadataClass metadataClass)INTERNAL:MetadataMethod(MetadataFactory factory, MetadataClass metadataClass)Create the method from the class metadata. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.cache
Fields in org.eclipse.persistence.internal.jpa.metadata.cache declared as MetadataClass Modifier and Type Field Description protected MetadataClassCacheInterceptorMetadata. m_interceptorClassMethods in org.eclipse.persistence.internal.jpa.metadata.cache with parameters of type MetadataClass Modifier and Type Method Description voidCacheInterceptorMetadata. process(MetadataDescriptor descriptor, MetadataClass javaClass)INTERNAL:voidCacheMetadata. process(MetadataDescriptor descriptor, MetadataClass javaClass)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.columns
Methods in org.eclipse.persistence.internal.jpa.metadata.columns that return MetadataClass Modifier and Type Method Description MetadataClassDiscriminatorClassMetadata. getValueClass()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.columns with parameters of type MetadataClass Modifier and Type Method Description voidDiscriminatorClassMetadata. setValueClass(MetadataClass value)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.converters
Methods in org.eclipse.persistence.internal.jpa.metadata.converters that return MetadataClass Modifier and Type Method Description MetadataClassConvertMetadata. getConverterClass()INTERNAL:MetadataClassTypeConverterMetadata. getDataType()INTERNAL:MetadataClassTypeConverterMetadata. getDataType(MappingAccessor accessor, MetadataClass referenceClass)INTERNAL:MetadataClassTypeConverterMetadata. getObjectType()INTERNAL:MetadataClassTypeConverterMetadata. getObjectType(MappingAccessor accessor, MetadataClass referenceClass)INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.converters with parameters of type MetadataClass Modifier and Type Method Description MetadataClassTypeConverterMetadata. getDataType(MappingAccessor accessor, MetadataClass referenceClass)INTERNAL:MetadataClassTypeConverterMetadata. getObjectType(MappingAccessor accessor, MetadataClass referenceClass)INTERNAL:static booleanLobMetadata. isValidBlobType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid blob type.static booleanLobMetadata. isValidClobType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid clob type.static booleanEnumeratedMetadata. isValidEnumeratedType(MetadataClass cls)INTERNAL: Return true if the given class is a valid enum type.static booleanLobMetadata. isValidLobType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid lob type.static booleanTemporalMetadata. isValidTemporalType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid temporal type and must be marked temporal.static booleanUUIDMetadata. isValidUUIDType(MetadataClass cls)INTERNAL: Returns true if the given class is a valid UUID type and must be marked UUID.voidClassInstanceMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidConverterMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process this converter for the given mapping.voidConvertMetadata. process(DatabaseMapping mapping, MetadataClass referenceClass, ClassAccessor accessor, boolean isForMapKey)INTERNAL: By the time we get here, we have the mapping that needs to have the convert applied to.voidConvertMetadata. process(DatabaseMapping mapping, MetadataClass referenceClass, ClassAccessor accessor, String embeddedAttributeName)INTERNAL: Apply convert for@ElementCollectionmapping where we expect@Convertannotation to containattributeName="value.<name>".voidEnumeratedMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidJSONMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidJsonValueMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)voidKryoMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidLobMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.abstract voidMetadataConverter. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidObjectTypeConverterMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL:voidSerializedConverterMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process this converter for the given mapping.voidSerializedMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidSerializedMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, MetadataClass classification, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidStructConverterMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL:voidTemporalMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidTypeConverterMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL:voidUUIDMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidXMLMetadata. process(DatabaseMapping mapping, MappingAccessor accessor, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Every converter needs to be able to process themselves.voidTypeConverterMetadata. setDataType(MetadataClass dataType)INTERNAL:protected voidMetadataConverter. setFieldClassification(DatabaseMapping mapping, MetadataClass classification, boolean isForMapKey)INTERNAL: Wrapper method to make sure we always set the classification name and not class.voidTypeConverterMetadata. setObjectType(MetadataClass objectType)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.graphs
Fields in org.eclipse.persistence.internal.jpa.metadata.graphs declared as MetadataClass Modifier and Type Field Description protected MetadataClassNamedSubgraphMetadata. m_typeMethods in org.eclipse.persistence.internal.jpa.metadata.graphs with parameters of type MetadataClass Modifier and Type Method Description voidNamedSubgraphMetadata. setType(MetadataClass type)INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.listeners
Constructors in org.eclipse.persistence.internal.jpa.metadata.listeners with parameters of type MetadataClass Constructor Description EntityListenerMetadata(MetadataAnnotation entityListeners, MetadataClass entityListenerClass, MetadataAccessor accessor)INTERNAL: Used for annotation loading. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.mappings with parameters of type MetadataClass Modifier and Type Method Description voidOrderByMetadata. process(CollectionMapping mapping, MetadataDescriptor referenceDescriptor, MetadataClass javaClass)INTERNAL: Process an order by value (if specified) for the given collection mapping. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.partitioning
Fields in org.eclipse.persistence.internal.jpa.metadata.partitioning declared as MetadataClass Modifier and Type Field Description protected MetadataClassFieldPartitioningMetadata. partitionValueTypeMethods in org.eclipse.persistence.internal.jpa.metadata.partitioning that return MetadataClass Modifier and Type Method Description MetadataClassFieldPartitioningMetadata. getPartitionValueType()INTERNAL: -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.queries
Fields in org.eclipse.persistence.internal.jpa.metadata.queries declared as MetadataClass Modifier and Type Field Description protected MetadataClassQueryRedirectorsMetadata. defaultDeleteObjectQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultInsertObjectQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultReadAllQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultReadObjectQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultReportQueryRedirectorprotected MetadataClassQueryRedirectorsMetadata. defaultUpdateObjectQueryRedirectorMethods in org.eclipse.persistence.internal.jpa.metadata.queries that return MetadataClass Modifier and Type Method Description MetadataClassEntityResultMetadata. getEntityClass()INTERNAL:MetadataClassNamedNativeQueryMetadata. getResultClass()INTERNAL:MetadataClassConstructorResultMetadata. getTargetClass()INTERNAL:MetadataClassColumnResultMetadata. getType()INTERNAL:MetadataClassStoredProcedureParameterMetadata. getType()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.queries with parameters of type MetadataClass Modifier and Type Method Description voidQueryRedirectorsMetadata. process(MetadataDescriptor descriptor, MetadataClass javaClass)INTERNAL:voidEntityResultMetadata. setEntityClass(MetadataClass entityClass)INTERNAL:voidNamedNativeQueryMetadata. setResultClass(MetadataClass resultClass)INTERNAL:voidConstructorResultMetadata. setTargetClass(MetadataClass targetClass)INTERNAL:voidColumnResultMetadata. setType(MetadataClass type)INTERNAL:voidStoredProcedureParameterMetadata. setType(MetadataClass type)INTERNAL:Constructors in org.eclipse.persistence.internal.jpa.metadata.queries with parameters of type MetadataClass Constructor Description EntityResultMetadata(MetadataClass entityClass, MetadataAccessibleObject accessibleObject)INTERNAL: Used for result class processing.SQLResultSetMappingMetadata(MetadataClass entityClass, MetadataAccessibleObject accessibleObject, MetadataProject project, Object location)INTERNAL: Used for result class processing. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.sop
Fields in org.eclipse.persistence.internal.jpa.metadata.sop declared as MetadataClass Modifier and Type Field Description protected MetadataClassSerializedObjectPolicyMetadata. m_class -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.structures
Methods in org.eclipse.persistence.internal.jpa.metadata.structures that return MetadataClass Modifier and Type Method Description MetadataClassArrayAccessor. getReferenceClass()If a targetClass is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.MetadataClassStructureAccessor. getReferenceClass()INTERNAL: If a target class is specified in metadata, it will be set as the reference class, otherwise we will use the raw class.protected MetadataClassArrayAccessor. getTargetClass()INTERNAL: Return the target class for this accessor.protected MetadataClassStructureAccessor. getTargetClass()INTERNAL: Return the target class for this accessor. -
Uses of MetadataClass in org.eclipse.persistence.internal.jpa.metadata.transformers
Methods in org.eclipse.persistence.internal.jpa.metadata.transformers that return MetadataClass Modifier and Type Method Description MetadataClassReadTransformerMetadata. getTransformerClass()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.transformers with parameters of type MetadataClass Modifier and Type Method Description voidReadTransformerMetadata. setTransformerClass(MetadataClass transformerClass)INTERNAL:
-