Module org.eclipse.persistence.jpa
Class BatchFetchMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL:
Object to represent the cascade types specified for a relationship
mapping element.
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals 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.5.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.BatchFetchMetadata
(MetadataAnnotation batchFetch, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL: For merging and overriding to work properly, all ORMetadata must be able to compare themselves for metadata equality.getSize()
INTERNAL: Used for OX mapping.getType()
INTERNAL: Used for OX mapping.int
hashCode()
void
process
(ForeignReferenceMapping mapping) INTERNAL: Process the batch fetch metadata for the given mapping.void
INTERNAL: Used for OX mapping.void
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
-
BatchFetchMetadata
public BatchFetchMetadata()INTERNAL: Used for XML loading. -
BatchFetchMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
Description copied from class:ORMetadata
INTERNAL: For merging and overriding to work properly, all ORMetadata must be able to compare themselves for metadata equality. equals plays a big role in the shouldOverride() method from this class.- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
getSize
INTERNAL: Used for OX mapping. -
getType
INTERNAL: Used for OX mapping. -
process
INTERNAL: Process the batch fetch metadata for the given mapping. -
setSize
INTERNAL: Used for OX mapping. -
setType
INTERNAL: Used for OX mapping.
-