ENTITY - The type representing the enitity being persisted.ENTITYBUILDER - The type of object that can build an ENTITY instance.public interface DaoDescriptor<ENTITY,ENTITYBUILDER> extends KeylessDaoDescriptor<ENTITY,ENTITYBUILDER>
ENTITY.
 Most users of hrorm will have no need to directly use this.
| Modifier and Type | Method and Description | 
|---|---|
PrimaryKey<ENTITY,ENTITYBUILDER> | 
primaryKey()
The primary key for objects of type  
ENTITY | 
allColumns, buildFunction, childrenDescriptors, columnMap, dataColumns, dataColumnsWithParent, dataColumnsWithParent, hasParent, joinColumns, parentColumn, supplier, tableNamePrimaryKey<ENTITY,ENTITYBUILDER> primaryKey()
ENTITYCopyright © 2019. All rights reserved.