Dao
interface.GenericDao
interface.MasterDataDao
.search criteria
to the given JPAQuery
.search criteria
to the given Query
.search criteria
to the given Query
.pagination criteria
to the given JPAQuery
.query
would return without pagination applied.GenericDao
for the suggested and common case that you have a Long
as
primary key
.criteria
.modificationCounter
e.g.PersistenceEntity
is new
.page size
by the given limit
.Dao
responsible for a PersistenceEntity
that represents master-data.PersistenceEntity
in OASP.PaginationTo
indicating no pagination.Enum
for sort order.pagination information
.pagination criteria
and the total number of results found.transfer-object
containing criteria for paginating
queries.transfer-object
with the
criteria for a search and pagination query.revision
of this entity.AbstractPersistenceEntity.toString()
logic.Copyright © 2014–2016 OASP-Team. All rights reserved.