Package | Description |
---|---|
com.neurosys.amorphous.dao.jpa | |
com.neurosys.amorphous.domain | |
com.neurosys.amorphous.service.jaxrs |
Modifier and Type | Method and Description |
---|---|
GenericObject |
GenericObjectDaoImpl.load(Object id) |
GenericObject |
GenericObjectDaoImpl.load(Object id,
Class entityClass) |
GenericObject |
GenericObjectDaoImpl.save(GenericObject transientObject) |
Modifier and Type | Method and Description |
---|---|
void |
GenericObjectDaoImpl.delete(GenericObject persistentObject) |
GenericObject |
GenericObjectDaoImpl.save(GenericObject transientObject) |
Modifier and Type | Method and Description |
---|---|
GenericObject |
GenericReference.getGenericObject()
The
GenericObject this GenericReference belongs to |
Modifier and Type | Method and Description |
---|---|
void |
GenericReference.setGenericObject(GenericObject genericObject)
The
GenericObject this GenericReference belongs to |
Modifier and Type | Method and Description |
---|---|
GenericObject |
GenericObjectQueryService.load(Long id) |
GenericObject |
IGenericObjectQueryService.load(Long id) |
Modifier and Type | Method and Description |
---|---|
List<GenericObject> |
GenericObjectQueryService.query(Query<GenericObject> query) |
List<GenericObject> |
IGenericObjectQueryService.query(Query<GenericObject> query) |
Modifier and Type | Method and Description |
---|---|
Long |
GenericObjectUpdateService.save(GenericObject go) |
Modifier and Type | Method and Description |
---|---|
Long |
GenericObjectQueryService.count(Query<GenericObject> query) |
Long |
IGenericObjectQueryService.count(Query<GenericObject> query) |
List<GenericObject> |
GenericObjectQueryService.query(Query<GenericObject> query) |
List<GenericObject> |
IGenericObjectQueryService.query(Query<GenericObject> query) |
Copyright © 2018. All rights reserved.