モジュール jp.ecuacion.splib.web
クラス SplibSearchListJpaService<FST extends SplibSearchForm,FLT extends SplibListForm<?>,E extends jp.ecuacion.lib.jpa.entity.AbstractEntity>
java.lang.Object
jp.ecuacion.splib.web.service.SplibGeneralService
jp.ecuacion.splib.web.service.SplibGeneral2FormsService<FST,FLT>
jp.ecuacion.splib.web.service.SplibSearchListService<FST,FLT>
jp.ecuacion.splib.web.service.SplibSearchListJpaService<FST,FLT,E>
- すべての実装されたインタフェース:
SplibJpaServiceInterface<E>
@Transactional(rollbackFor=java.lang.Exception.class)
public abstract class SplibSearchListJpaService<FST extends SplibSearchForm,FLT extends SplibListForm<?>,E extends jp.ecuacion.lib.jpa.entity.AbstractEntity>
extends SplibSearchListService<FST,FLT>
implements SplibJpaServiceInterface<E>
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected org.springframework.data.domain.Page<E> getListFormCommon(FST searchForm, org.springframework.data.jpa.repository.JpaSpecificationExecutor<E> repository) jp.ecuacion.splib.core.container.DatetimeFormatParametersoffsetはlogin画面でのonload時に呼ばれるため、login画面を開いた状態で放置した場合は値がnullでエラーになる。protected abstract org.springframework.data.jpa.domain.Specification<E> protected LocalDaterecord内のlocalDate項目(String)をLocalDate形式で取得。voidsetEntityManager(jakarta.persistence.EntityManager em) クラスから継承されたメソッド jp.ecuacion.splib.web.service.SplibSearchListService
delete, getFilteredList, getSortedList, getSortedListクラスから継承されたメソッド jp.ecuacion.splib.web.service.SplibGeneral2FormsService
page, prepareForm, prepareFormクラスから継承されたメソッド jp.ecuacion.splib.web.service.SplibGeneralService
exclusiveLockActivatedByLockFile, fileLock, getLockFileVersion, throwWarning, throwWarningクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド jp.ecuacion.splib.web.service.SplibJpaServiceInterface
findAndOptimisticLockingCheck, getRepositoryForOptimisticLocking, getVersionsForOptimisticLocking
-
フィールド詳細
-
em
protected jakarta.persistence.EntityManager em
-
-
コンストラクタの詳細
-
SplibSearchListJpaService
public SplibSearchListJpaService()
-
-
メソッドの詳細
-
getParams
public jp.ecuacion.splib.core.container.DatetimeFormatParameters getParams()offsetはlogin画面でのonload時に呼ばれるため、login画面を開いた状態で放置した場合は値がnullでエラーになる。- オーバーライド:
getParamsクラス内SplibGeneralService
-
localDate
record内のlocalDate項目(String)をLocalDate形式で取得。- オーバーライド:
localDateクラス内SplibGeneralService
-
setEntityManager
public void setEntityManager(jakarta.persistence.EntityManager em) -
getSpecs
-
getListFormCommon
-