public class CollectionKeyBinder extends java.lang.Object
Binds the collection key value for a to-many association.
| Constructor and description |
|---|
CollectionKeyBinder(BidirectionalOneToManyLinker bidirectionalOneToManyLinker, DependentKeyValueBinder dependentKeyValueBinder, SimpleValueColumnBinder simpleValueColumnBinder, PrimaryKeyValueCreator primaryKeyValueCreator)Creates a new CollectionKeyBinder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public DependantValue |
bind(HibernateToManyProperty property)Creates the DependantValue key, sets it on the collection, and binds it. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a new CollectionKeyBinder instance.
Creates the DependantValue key, sets it on the collection, and binds it.