public class CollectionKeyColumnUpdater extends java.lang.Object
Forces columns to be nullable and checks if the key is updatable.
| Constructor and description |
|---|
CollectionKeyColumnUpdater(CollectionKeyBinder collectionKeyBinder)Creates a new CollectionKeyColumnUpdater instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bind(HibernateToManyProperty property)Creates the key, sets it on the collection, and updates its columns. |
| 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 CollectionKeyColumnUpdater instance.
Creates the key, sets it on the collection, and updates its columns.