ENTITY - The type of the class that the Dao will support.BUILDER - The type of the class that can be used to construct new ENTITY
                 instances and accept individual data elements.public class DaoBuilderHelper<ENTITY,BUILDER> extends Object
Most users of hrorm will have no need to directly use this.
| Constructor and Description | 
|---|
DaoBuilderHelper(String tableName,
                Supplier<BUILDER> supplier,
                Function<BUILDER,ENTITY> buildFunction)  | 
| Modifier and Type | Method and Description | 
|---|---|
Function<BUILDER,ENTITY> | 
getBuildFunction()  | 
String | 
getPrefix()  | 
Prefixer | 
getPrefixer()  | 
Supplier<BUILDER> | 
getSupplier()  | 
String | 
getTableName()  | 
Copyright © 2019. All rights reserved.