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