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, throwWarning
-
Constructor Details
-
SplibGeneralJpaService
public SplibGeneralJpaService()
-