@Service
@Transactional
public class FieldTestServiceClassEntityService
extends java.lang.Object
Constructor and Description |
---|
FieldTestServiceClassEntityService(FieldTestServiceClassEntityRepository fieldTestServiceClassEntityRepository) |
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.Long id)
Delete the fieldTestServiceClassEntity by id.
|
java.util.List<FieldTestServiceClassEntity> |
findAll()
Get all the fieldTestServiceClassEntities.
|
FieldTestServiceClassEntity |
findOne(java.lang.Long id)
Get one fieldTestServiceClassEntity by id.
|
FieldTestServiceClassEntity |
save(FieldTestServiceClassEntity fieldTestServiceClassEntity)
Save a fieldTestServiceClassEntity.
|
public FieldTestServiceClassEntityService(FieldTestServiceClassEntityRepository fieldTestServiceClassEntityRepository)
public FieldTestServiceClassEntity save(FieldTestServiceClassEntity fieldTestServiceClassEntity)
fieldTestServiceClassEntity
- the entity to save@Transactional(readOnly=true) public java.util.List<FieldTestServiceClassEntity> findAll()
@Transactional(readOnly=true) public FieldTestServiceClassEntity findOne(java.lang.Long id)
id
- the id of the entitypublic void delete(java.lang.Long id)
id
- the id of the entityCopyright © 2017 Osgiliath. All rights reserved.