public class ManyToManyAccessor extends CollectionAccessor
m_referenceClass
m_accessibleObject, m_descriptor, m_logger, m_processor, m_project, m_validator
Constructor and Description |
---|
ManyToManyAccessor(MetadataAccessibleObject accessibleObject,
ClassAccessor classAccessor)
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCascadeTypes()
INTERNAL: (Overridden in XMLManyToManyAccessor)
|
java.lang.String |
getFetchType()
INTERNAL: (Overridden in XMLManyToManyAccessor)
|
protected java.lang.String |
getLoggingContext()
INTERNAL:
Return the logging context for this accessor.
|
java.lang.String |
getMappedBy()
INTERNAL: (Overridden in XMLManyToManyAccessor)
|
java.lang.Class |
getTargetEntity()
INTERNAL: (Overridden in XMLManyToManyAccessor)
|
boolean |
isManyToMany()
INTERNAL:
|
void |
process()
INTERNAL:
Process a @ManyToMany or many-to-many element into a TopLink MnayToMany
mapping.
|
addManyToManyRelationKeyFields, getJoinTable, getMapKey, getOrderBy, getReferenceClass, hasOrderBy, isMapCollectionAccessor, process, processJoinTable, processMapKey, processOrderBy
getCascadeTypes, getJoinColumns, getOwningMapping, getReferenceDescriptor, hasJoinColumn, hasJoinColumns, hasPrimaryKeyJoinColumns, isOneToOnePrimaryKeyRelationship, processCascadeTypes, processJoinColumns, processJoinColumns, processRelationship, setCascadeType
getAnnotatedElement, getAnnotation, getAnnotation, getAttributeName, getDescriptor, getJavaClass, getJavaClassName, getLogger, getMapKeyClass, getName, getName, getName, getPrimaryKeyJoinColumns, getProcessor, getProject, getRawClass, getReferenceClassName, getRelationType, getSetMethodName, getUpperCaseAttributeName, getUpperCaseShortJavaClassName, getValidator, hasColumn, isAnnotationPresent, isAnnotationPresent, isBasic, isClass, isEmbedded, isEmbeddedId, isManyToOne, isOneToMany, isOneToOne, isOptional, isProcessed, isRelationship, isXMLAccessor, processAccessor, processPrimaryKeyJoinColumns, processTable, setAccessorMethods, setAnnotatedElement, setIndirectionPolicy, setIsProcessed, usesIndirection
public ManyToManyAccessor(MetadataAccessibleObject accessibleObject, ClassAccessor classAccessor)
public java.util.List<java.lang.String> getCascadeTypes()
getCascadeTypes
in class RelationshipAccessor
public java.lang.String getFetchType()
getFetchType
in class MetadataAccessor
protected java.lang.String getLoggingContext()
getLoggingContext
in class RelationshipAccessor
public java.lang.String getMappedBy()
getMappedBy
in class RelationshipAccessor
public java.lang.Class getTargetEntity()
getTargetEntity
in class RelationshipAccessor
public boolean isManyToMany()
isManyToMany
in class MetadataAccessor
public void process()
process
in class MetadataAccessor