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