Module org.eclipse.persistence.jpa
Class FetchGroupMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL:
Object to hold onto a named fetch group metadata.
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.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.FetchGroupMetadata
(MetadataAnnotation fetchGroup, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL:INTERNAL: Used for OX mapping.getLoad()
INTERNAL: Used for OX mapping.getName()
INTERNAL: Used for OX mapping.int
hashCode()
void
process
(ClassAccessor accessor) INTERNAL:void
setFetchAttributes
(List<FetchAttributeMetadata> attributes) INTERNAL: Used for OX 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
-
FetchGroupMetadata
public FetchGroupMetadata()INTERNAL: Used for XML loading. -
FetchGroupMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
getFetchAttributes
INTERNAL: Used for OX mapping. -
getLoad
INTERNAL: Used for OX mapping. -
getName
INTERNAL: Used for OX mapping. -
process
INTERNAL: -
setFetchAttributes
INTERNAL: Used for OX mapping. -
setLoad
INTERNAL: Used for OX mapping. -
setName
INTERNAL: Used for OX mapping.
-