get
@Transactional(isolation = Isolation.REPEATABLE_READ, readOnly = true )
Default implementation for getting an entity with given id
Return
Model of the entity with given id
Parameters
id
Id of the entity
parameters
Parameters to use for getting
Default implementation for getting an entity with given id
Model of the entity with given id
Id of the entity
Parameters to use for getting