public abstract class AbstractRepositoryResource<Repository extends Repository<Entity,ID>,Entity,ID> extends AbstractResource<DefaultService<Repository,Entity,ID>,Entity,ID>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AbstractRepositoryResource() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getEntityType() |
Type |
getIdentifierType() |
Type |
getRepositoryType() |
DefaultService<Repository,Entity,ID> |
getService() |
delete, find, find, findAll, findAllPageAndSort, findDetail, findWithPage, getServiceType, patch, query, query, queryWithPage, queryWitPage, save, updatepublic Type getEntityType()
getEntityType in class AbstractResource<DefaultService<Repository extends Repository<Entity,ID>,Entity,ID>,Entity,ID>public Type getIdentifierType()
getIdentifierType in class AbstractResource<DefaultService<Repository extends Repository<Entity,ID>,Entity,ID>,Entity,ID>public Type getRepositoryType()
public DefaultService<Repository,Entity,ID> getService()
getService in class AbstractResource<DefaultService<Repository extends Repository<Entity,ID>,Entity,ID>,Entity,ID>Copyright © 2020 com.github.eoscode. All rights reserved.