public abstract class AbstractDaoRestService<T,Q,K extends Serializable,I extends Serializable> extends AbstractDaoRestServiceWithDTO<T,T,Q,K,I>
AbstractDaoRestServiceWithDTO
for more details.DEFAULT_LIMIT
Constructor and Description |
---|
AbstractDaoRestService() |
Modifier and Type | Method and Description |
---|---|
T |
mapDTOToEntity(T dto)
Map the given instance of the DTO to the corresponding entity.
|
T |
mapEntityToDTO(T entity)
Map the given instance of the entity to the corresponding DTO.
|
applyLimitOffsetOrderBy, create, createListWrapper, createSpecific, delete, deleteMany, doCreate, doDelete, doGet, doUpdate, doUpdateProperties, get, get, getCount, getCriteria, getCriteriaBehaviors, getCriteriaBuilder, getDao, getDaoClass, getException, getProperties, getPropertyValues, getQueryBeanClass, getQueryProperties, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlock
public T mapEntityToDTO(T entity)
AbstractDaoRestServiceWithDTO
mapEntityToDTO
in class AbstractDaoRestServiceWithDTO<T,T,Q,K extends Serializable,I extends Serializable>
public T mapDTOToEntity(T dto)
AbstractDaoRestServiceWithDTO
mapDTOToEntity
in class AbstractDaoRestServiceWithDTO<T,T,Q,K extends Serializable,I extends Serializable>
Copyright © 2021. All rights reserved.