Module jp.ecuacion.splib.web.jpa
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=java.lang.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 jp.ecuacion.splib.web.service.SplibGeneralService
getParams, prepareForm, throwWarningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.ecuacion.splib.web.jpa.service.SplibJpaServiceInterface
findAndOptimisticLockingCheck, getRepositoryForOptimisticLocking, getVersionsForOptimisticLocking
-
Constructor Details
-
SplibGeneralJpaService
public SplibGeneralJpaService()
-