@Service @Transactional public class FieldTestServiceImplEntityServiceImpl extends java.lang.Object implements FieldTestServiceImplEntityService
| Constructor and Description |
|---|
FieldTestServiceImplEntityServiceImpl(FieldTestServiceImplEntityRepository fieldTestServiceImplEntityRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.Long id)
Delete the fieldTestServiceImplEntity by id.
|
java.util.List<FieldTestServiceImplEntity> |
findAll()
Get all the fieldTestServiceImplEntities.
|
FieldTestServiceImplEntity |
findOne(java.lang.Long id)
Get one fieldTestServiceImplEntity by id.
|
FieldTestServiceImplEntity |
save(FieldTestServiceImplEntity fieldTestServiceImplEntity)
Save a fieldTestServiceImplEntity.
|
public FieldTestServiceImplEntityServiceImpl(FieldTestServiceImplEntityRepository fieldTestServiceImplEntityRepository)
public FieldTestServiceImplEntity save(FieldTestServiceImplEntity fieldTestServiceImplEntity)
save in interface FieldTestServiceImplEntityServicefieldTestServiceImplEntity - the entity to save@Transactional(readOnly=true) public java.util.List<FieldTestServiceImplEntity> findAll()
findAll in interface FieldTestServiceImplEntityService@Transactional(readOnly=true) public FieldTestServiceImplEntity findOne(java.lang.Long id)
findOne in interface FieldTestServiceImplEntityServiceid - the id of the entitypublic void delete(java.lang.Long id)
delete in interface FieldTestServiceImplEntityServiceid - the id of the entityCopyright © 2017 Osgiliath. All rights reserved.