Module org.eclipse.persistence.jpa
Class NoSqlMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
Defines the metadata for the @EIS annotation for mapping an EISDescriptor.
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
- any metadata mapped from XML to this class must be initialized in the
initXMLObject method.
- when loading from annotations, the constructor accepts the metadata
accessor this metadata was loaded from. Used it to look up any
'companion' annotation needed for processing.
- methods should be preserved in alphabetical order.
- Since:
- EclipseLink 2.4
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.NoSqlMetadata
(MetadataAnnotation struct, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL: Used for XML merging.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.int
hashCode()
void
process
(MetadataDescriptor descriptor) INTERNAL: Switch the descriptor to the correct type and set the data-type name and format.void
setDataFormat
(String dataFormat) INTERNAL: Used for OX mapping.void
setDataType
(String dataType) INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
getAccessibleObject, getAccessibleObjectName, getAnnotation, getBoxedType, getDatabaseTypeEnum, getEntityMappings, getFullyQualifiedClassName, getIdentifier, getJavaClass, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getName, getPrimitiveClassForName, getProject, getText, getXMLElement, hasIdentifier, hasText, initXMLClassName, initXMLObject, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
Constructor Details
-
NoSqlMetadata
public NoSqlMetadata()INTERNAL: Used for XML loading. -
NoSqlMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
getDataFormat
INTERNAL: Used for OX mapping. -
getDataType
INTERNAL: Used for OX mapping. -
equals
INTERNAL: Used for XML merging.- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
process
INTERNAL: Switch the descriptor to the correct type and set the data-type name and format. -
setDataFormat
INTERNAL: Used for OX mapping. -
setDataType
INTERNAL: Used for OX mapping.
-