Class SplibGeneralJpaService<E extends jp.ecuacion.lib.jpa.entity.EclibEntity>
java.lang.Object
jp.ecuacion.splib.web.service.SplibGeneralService
jp.ecuacion.splib.web.jpa.service.SplibGeneralJpaService<E>
- Type Parameters:
E- entity
- All Implemented Interfaces:
SplibJpaServiceInterface<E>
@Transactional(rollbackFor=Exception.class)
public abstract class SplibGeneralJpaService<E extends jp.ecuacion.lib.jpa.entity.EclibEntity>
extends SplibGeneralService
implements SplibJpaServiceInterface<E>
Is the service abstract class for general page of the page template with JPA.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SplibGeneralService
getParams, prepareForm, throwWarningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SplibJpaServiceInterface
findAndOptimisticLockingCheck, getRepositoryForOptimisticLocking, getVersionsForOptimisticLocking
-
Constructor Details
-
SplibGeneralJpaService
public SplibGeneralJpaService()
-