| Modifier and Type | Method and Description | 
|---|---|
List<ChildrenDescriptor<T,?>> | 
DaoImpl.childrenDescriptors()  | 
List<ChildrenDescriptor<T,?>> | 
DaoDescriptor.childrenDescriptors()
The definitions of any entities that are owned by type  
T | 
List<ChildrenDescriptor<T,?>> | 
RelativeDaoDescriptor.childrenDescriptors()  | 
List<ChildrenDescriptor<T,?>> | 
DaoBuilder.childrenDescriptors()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<T> | 
SqlRunner.select(String sql,
      Supplier<T> supplier,
      List<ChildrenDescriptor<T,?>> childrenDescriptors)  | 
List<T> | 
SqlRunner.selectByColumns(String sql,
               Supplier<T> supplier,
               List<String> columnNames,
               Map<String,TypedColumn<T>> columnNameMap,
               List<ChildrenDescriptor<T,?>> childrenDescriptors,
               T item)  | 
| Constructor and Description | 
|---|
DaoImpl(Connection connection,
       String tableName,
       Supplier<T> supplier,
       PrimaryKey<T> primaryKey,
       List<TypedColumn<T>> dataColumns,
       List<JoinColumn<T,?>> joinColumns,
       List<ChildrenDescriptor<T,?>> childrenDescriptors,
       ParentColumnI<T,P> parentColumn)  | 
Copyright © 2018. All rights reserved.