Module org.eclipse.persistence.jpa
Class CascadeMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
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 1.0
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.CascadeMetadata
(Object[] cascadeTypes, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.int
hashCode()
boolean
INTERNAL: Used for OX mapping.boolean
INTERNAL: Used for OX mapping.boolean
INTERNAL: Used for OX mapping.boolean
INTERNAL: Used for OX mapping.boolean
INTERNAL: Used for OX mapping.boolean
INTERNAL: Used for OX mapping.void
process
(ForeignReferenceMapping mapping) INTERNAL: Process the cascade types for the given mapping.void
setCascadeAll
(Boolean cascadeAll) INTERNAL: Used for OX mapping.void
setCascadeDetach
(Boolean cascadeDetach) INTERNAL: Used for OX mapping.void
setCascadeMerge
(Boolean cascadeMerge) INTERNAL: Used for OX mapping.void
setCascadePersist
(Boolean cascadePersist) INTERNAL: Used for OX mapping.void
setCascadeRefresh
(Boolean cascadeRefresh) INTERNAL: Used for OX mapping.void
setCascadeRemove
(Boolean cascadeRemove) 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
-
CascadeMetadata
public CascadeMetadata()INTERNAL: Used for XML loading. -
CascadeMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
getCascadeAll
INTERNAL: Used for OX mapping. -
getCascadeDetach
INTERNAL: Used for OX mapping. -
getCascadeMerge
INTERNAL: Used for OX mapping. -
getCascadePersist
INTERNAL: Used for OX mapping. -
getCascadeRefresh
INTERNAL: Used for OX mapping. -
getCascadeRemove
INTERNAL: Used for OX mapping. -
isCascadeAll
public boolean isCascadeAll()INTERNAL: Used for OX mapping. -
isCascadeDetach
public boolean isCascadeDetach()INTERNAL: Used for OX mapping. -
isCascadeMerge
public boolean isCascadeMerge()INTERNAL: Used for OX mapping. -
isCascadePersist
public boolean isCascadePersist()INTERNAL: Used for OX mapping. -
isCascadeRefresh
public boolean isCascadeRefresh()INTERNAL: Used for OX mapping. -
isCascadeRemove
public boolean isCascadeRemove()INTERNAL: Used for OX mapping. -
process
INTERNAL: Process the cascade types for the given mapping. -
setCascadeAll
INTERNAL: Used for OX mapping. -
setCascadeDetach
INTERNAL: Used for OX mapping. -
setCascadeMerge
INTERNAL: Used for OX mapping. -
setCascadePersist
INTERNAL: Used for OX mapping. -
setCascadeRefresh
INTERNAL: Used for OX mapping. -
setCascadeRemove
INTERNAL: Used for OX mapping.
-