public interface DomainDao extends com.ocs.dynamo.dao.BaseDao<Integer,Domain>
| Modifier and Type | Method and Description |
|---|---|
<D extends Domain> |
findAllByType(Class<D> type)
Returns all entities for of the specified type
|
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
findChildren(P parent)
Returns the children for a certain parent
|
count, count, delete, delete, fetch, fetch, fetch, fetchById, fetchByIds, fetchByUniqueProperty, find, find, findAll, findAll, findById, findByUniqueProperty, findDistinct, findDistinctInCollectionTable, findIds, flushAndClear, getEntityClass, save, save<C extends DomainChild<C,P>,P extends DomainParent<C,P>> List<C> findChildren(P parent)
parent - Copyright © 2019 Open Circle Solutions. All rights reserved.