Пример #1
0
 /**
  * Loads the entity with the specified id
  *
  * @param entityId the entity id
  * @return the entity or null
  */
 @Transactional(readOnly = true)
 public Intrant getById(String entityId) {
   return dao.getById(entityId);
 }