Modifier and Type | Method and Description |
---|---|
DaoBuilder<ENTITY> |
DaoBuilder.withPrimaryKey(String columnName,
String sequenceName,
Function<ENTITY,Long> getter,
BiConsumer<ENTITY,Long> setter)
Set data about the primary key of the table for this type.
|
Copyright © 2019. All rights reserved.