Modifier and Type | Method and Description |
---|---|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withChildSelectStrategy(ChildSelectStrategy childSelectStrategy) |
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withLeftColumnName(String leftColumnName)
The name of the column in the association table that references the
primary key of the left entity.
|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withPrimaryKeyName(String primaryKeyName)
Setter for the primary key column name of the association table in the database.
|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withRightColumnName(String rightColumnName)
The name of the column in the association table that references the
primary key of the right entity.
|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withSequenceName(String sequenceName)
Setter for the name of the database sequence used to populate
the primary key of the association table
|
AssociationDaoBuilder<LEFT,RIGHT> |
AssociationDaoBuilder.withTableName(String tableName)
Setter for the name of the association table in the database.
|
Copyright © 2019. All rights reserved.