| Modifier and Type | Method and Description | 
|---|---|
JoinColumn<ENTITY,JOINED,ENTITYBUILDER,JOINEDBUILDER> | 
JoinColumn.withPrefix(String newPrefix,
          Prefixer prefixer)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends JoinColumn<ENTITY,?,?,?>> | 
KeylessSqlBuilder.getJoinColumns()  | 
List<JoinColumn<JOINED,?,JOINEDBUILDER,?>> | 
JoinColumn.getTransitiveJoins()  | 
List<JoinColumn<ENTITY,?,ENTITYBUILDER,?>> | 
KeylessDaoDescriptor.joinColumns()
The columns that contain references to foreign keys to other objects 
 | 
List<JoinColumn<ENTITY,?,ENTITYBUILDER,?>> | 
RelativeDaoDescriptor.joinColumns()  | 
List<JoinColumn<ENTITY,?,ENTITY,?>> | 
DaoBuilder.joinColumns()  | 
List<JoinColumn<ENTITY,?,ENTITYBUILDER,?>> | 
KeyedDaoDescriptor.joinColumns()
The columns that contain references to foreign keys to other objects 
 | 
List<JoinColumn<ENTITY,?,BUILDER,?>> | 
IndirectKeylessDaoBuilder.joinColumns()  | 
List<JoinColumn<ENTITY,?,BUILDER,?>> | 
KeylessDaoImpl.joinColumns()  | 
List<JoinColumn<ENTITY,?,BUILDER,?>> | 
IndirectDaoBuilder.joinColumns()  | 
| Constructor and Description | 
|---|
KeylessSqlBuilder(String table,
                 List<? extends Column<ENTITY,?>> dataColumns,
                 List<? extends JoinColumn<ENTITY,?,?,?>> joinColumns)  | 
Copyright © 2019. All rights reserved.