@java.lang.SuppressWarnings("PMD.DataflowAnomalyAnalysis")
public class CollectionWithJoinTableBinder
extends java.lang.Object
Binds a collection with a join table.
| Constructor and description |
|---|
CollectionWithJoinTableBinder(PersistentEntityNamingStrategy namingStrategy, UnidirectionalOneToManyInverseValuesBinder unidirectionalOneToManyInverseValuesBinder, CompositeIdentifierToManyToOneBinder compositeIdentifierToManyToOneBinder, CollectionForPropertyConfigBinder collectionForPropertyConfigBinder, SimpleValueColumnBinder simpleValueColumnBinder, BasicCollectionElementBinder basicCollectionElementBinder)Creates a new CollectionWithJoinTableBinder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bindCollectionWithJoinTable(HibernateToManyProperty property)Bind collection with join table. |
| 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 CollectionWithJoinTableBinder instance.
Bind collection with join table.