public class BidirectionalMapElementBinder extends java.lang.Object
Binds the element of a bidirectional one-to-many Map association.
| Constructor and description |
|---|
BidirectionalMapElementBinder(ManyToOneBinder manyToOneBinder, CollectionForPropertyConfigBinder collectionForPropertyConfigBinder)Creates a new BidirectionalMapElementBinder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bind(HibernateToManyProperty property)Binds the ManyToOne element for a bidirectional Map collection. |
| 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 BidirectionalMapElementBinder instance.
Binds the ManyToOne element for a bidirectional Map collection.