| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrimaryKeyImpl<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
PrimaryKey<T> | 
DaoImpl.primaryKey()  | 
PrimaryKey<T> | 
DaoDescriptor.primaryKey()
The primary key for objects of type  
T | 
PrimaryKey<T> | 
RelativeDaoDescriptor.primaryKey()  | 
PrimaryKey<T> | 
DaoBuilder.primaryKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ParentColumn.setParentPrimaryKey(PrimaryKey<P> parentPrimaryKey)  | 
void | 
NoBackReferenceParentColumn.setParentPrimaryKey(PrimaryKey<P> primaryKey)  | 
void | 
ParentColumnI.setParentPrimaryKey(PrimaryKey<PARENT> parentPrimaryKey)  | 
| Constructor and Description | 
|---|
ChildrenDescriptor(Function<PARENT,List<CHILD>> getter,
                  BiConsumer<PARENT,List<CHILD>> setter,
                  DaoDescriptor<CHILD> daoDescriptor,
                  PrimaryKey<PARENT> parentPrimaryKey)  | 
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)  | 
ParentColumn(String name,
            String prefix,
            Function<T,P> getter,
            BiConsumer<T,P> setter,
            PrimaryKey<P> parentPrimaryKey,
            boolean nullable)  | 
SqlBuilder(String table,
          List<TypedColumn<T>> dataColumns,
          List<JoinColumn<T,?>> joinColumns,
          PrimaryKey<T> primaryKey)  | 
Copyright © 2018. All rights reserved.