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, dataColumns, dataColumnsWithParent, dataColumnsWithParent, hasParent, joinColumns, parentColumn, select, supplier, tableName
PrimaryKey<ENTITY,ENTITYBUILDER> primaryKey()
ENTITY
Copyright © 2019. All rights reserved.