public class OneToManyAccessor extends CollectionAccessor
m_referenceClassm_accessibleObject, m_descriptor, m_logger, m_processor, m_project, m_validator| Constructor and Description |
|---|
OneToManyAccessor(MetadataAccessibleObject accessibleObject,
ClassAccessor classAccessor)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getCascadeTypes()
INTERNAL: (Overridden in XMLOneToManyAccessor)
|
java.lang.String |
getFetchType()
INTERNAL: (Overridden in XMLOneToManyAccessor)
|
protected java.lang.String |
getLoggingContext()
INTERNAL:
Return the logging context for this accessor.
|
java.lang.String |
getMappedBy()
INTERNAL: (Overridden in XMLOneToManyAccessor)
|
java.lang.Class |
getTargetEntity()
INTERNAL: (Overridden in XMLOneToManyAccessor)
|
boolean |
isOneToMany()
INTERNAL:
|
void |
process()
INTERNAL:
Process an @OneToMany or one-to-many element into a TopLink OneToMany
mapping.
|
addManyToManyRelationKeyFields, getJoinTable, getMapKey, getOrderBy, getReferenceClass, hasOrderBy, isMapCollectionAccessor, process, processJoinTable, processMapKey, processOrderBygetCascadeTypes, getJoinColumns, getOwningMapping, getReferenceDescriptor, hasJoinColumn, hasJoinColumns, hasPrimaryKeyJoinColumns, isOneToOnePrimaryKeyRelationship, processCascadeTypes, processJoinColumns, processJoinColumns, processRelationship, setCascadeTypegetAnnotatedElement, 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, isManyToMany, isManyToOne, isOneToOne, isOptional, isProcessed, isRelationship, isXMLAccessor, processAccessor, processPrimaryKeyJoinColumns, processTable, setAccessorMethods, setAnnotatedElement, setIndirectionPolicy, setIsProcessed, usesIndirectionpublic OneToManyAccessor(MetadataAccessibleObject accessibleObject, ClassAccessor classAccessor)
public java.util.List<java.lang.String> getCascadeTypes()
getCascadeTypes in class RelationshipAccessorpublic java.lang.String getFetchType()
getFetchType in class MetadataAccessorprotected java.lang.String getLoggingContext()
getLoggingContext in class RelationshipAccessorpublic java.lang.String getMappedBy()
getMappedBy in class RelationshipAccessorpublic java.lang.Class getTargetEntity()
getTargetEntity in class RelationshipAccessorpublic boolean isOneToMany()
isOneToMany in class MetadataAccessorpublic void process()
process in class MetadataAccessor