public interface DomainService extends com.ocs.dynamo.service.BaseService<Integer,Domain>
| Modifier and Type | Method and Description |
|---|---|
<D extends Domain> |
findAllByType(Class<D> type)
Query all entities for a specific type (subclass)
|
<C extends DomainChild<C,P>,P extends DomainParent<C,P>> |
findChildren(P parent)
Query the children for a given parent
|
count, count, createNewEntity, delete, delete, fetch, fetch, fetch, fetch, fetchById, fetchByIds, fetchByIds, fetchByUniqueProperty, find, find, findAll, findAll, findById, findByUniqueProperty, findDistinct, findDistinctInCollectionTable, findIds, getEntityClass, save, save, update, validate<C extends DomainChild<C,P>,P extends DomainParent<C,P>> List<C> findChildren(P parent)
parent - Copyright © 2019 Open Circle Solutions. All rights reserved.