Modifier and Type | Method and Description |
---|---|
protected void |
RelationshipAccessor.processCascadeTypes(ForeignReferenceMapping mapping)
INTERNAL:
|
protected void |
RelationshipAccessor.setCascadeType(String type,
ForeignReferenceMapping mapping)
INTERNAL:
Set the cascade type on a mapping.
|
Modifier and Type | Method and Description |
---|---|
protected ForeignReferenceMapping |
IndirectionPolicy.getForeignReferenceMapping()
INTERNAL:
Reduce casting clutter....
|
Constructor and Description |
---|
UnitOfWorkQueryValueHolder(ValueHolderInterface attributeValue,
Object clone,
ForeignReferenceMapping mapping,
AbstractRecord row,
UnitOfWorkImpl unitOfWork) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateCollectionMapping
Purpose: The aggregate collection mapping is used to represent the aggregate relationship between a single
source object and a collection of target objects.
|
class |
CollectionMapping
Purpose: Abstract class for relationship mappings which store collection of objects
|
class |
DirectCollectionMapping
Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.)
into a single table.
|
class |
DirectMapMapping
Mapping for a collection of key-value pairs.
|
class |
ManyToManyMapping
Purpose: Many to many mappings are used to represent the relationships
between a collection of source objects and a collection of target objects.
|
class |
ObjectReferenceMapping
Purpose: Abstract class for 1:1, varibale 1:1 and reference mappings
|
class |
OneToManyMapping
Purpose: This mapping is used to represent the
typical RDBMS relationship between a single
source object and collection of target objects; where,
on the database, the target objects have references
(foreign keys) to the source object.
|
class |
OneToOneMapping
Purpose: One to one mappings are used to represent a pointer references
between two java objects.
|
Copyright © 2024. All rights reserved.