Modifier and Type | Class and Description |
---|---|
class |
AbstractDaoBuilder<ENTITY,ENTITYBUILDER,B extends AbstractDaoBuilder<?,?,?>>
A base class for the various Dao building classes.
|
class |
AssociationDaoBuilder<LEFT,RIGHT>
A mechanism for building an
AssociationDao . |
class |
DaoBuilder<ENTITY>
A DaoBuilder provides mechanisms for defining the relationship between
a Java type and the table(s) that will persist the data held in the class.
|
class |
IndirectDaoBuilder<ENTITY,BUILDER>
An
IndirectDaoBuilder is used for times when the class representing
the persisted entity is immutable. |
Copyright © 2019. All rights reserved.