Index

A E F G H J L P S 
All Classes and Interfaces|All Packages

A

addStringSearchConditions(SplibRecord) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 

E

em - Variable in class jp.ecuacion.splib.web.jpa.service.SplibEditJpaService
 
em - Variable in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
 
equals(String, Object) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
String、boolean、数値など、同一比較であれば型を絞らず共通使用可能。
equals(String, String, Object) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
String、boolean、数値など、同一比較であれば型を絞らず共通使用可能。
executeForAccount(SplibRecord) - Method in class jp.ecuacion.splib.web.jpa.advice.SplibJpaDataStoreDependentControllerAdvice
 
executeForAll() - Method in class jp.ecuacion.splib.web.jpa.advice.SplibJpaDataStoreDependentControllerAdvice
 

F

findAndOptimisticLockingCheck(String, String...) - Method in interface jp.ecuacion.splib.web.jpa.service.SplibJpaServiceInterface
一覧画面から単票画面への遷移・編集時・削除時などで、楽観的排他制御チェックを行う処理。

G

getListFormCommon(FST, JpaSpecificationExecutor<E>) - Method in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
 
getParams() - Method in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
offsetはlogin画面でのonload時に呼ばれるため、login画面を開いた状態で放置した場合は値がnullでエラーになる。
getRepositoryForOptimisticLocking() - Method in interface jp.ecuacion.splib.web.jpa.service.SplibJpaServiceInterface
Is used for findAndOptimisticLockingCheck().
getSpecs(FST) - Method in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
 
getVersionsForOptimisticLocking(E) - Method in interface jp.ecuacion.splib.web.jpa.service.SplibJpaServiceInterface
Is used for findAndOptimisticLockingCheck().

H

handleObjectOptimisticLockingFailureException(ObjectOptimisticLockingFailureException, UserDetails) - Method in class jp.ecuacion.splib.web.jpa.exceptionhandler.SplibJpaExceptionHandler
Catches ObjectOptimisticLockingFailureException and treats the optimistic exclusive controls.
handlePessimisticLockingFailureException(PessimisticLockingFailureException, UserDetails) - Method in class jp.ecuacion.splib.web.jpa.exceptionhandler.SplibJpaExceptionHandler
Catches PessimisticLockingFailureException.

J

jp.ecuacion.splib.web.jpa - module jp.ecuacion.splib.web.jpa
 
jp.ecuacion.splib.web.jpa.advice - package jp.ecuacion.splib.web.jpa.advice
Provides controllerAdvices.
jp.ecuacion.splib.web.jpa.controller - package jp.ecuacion.splib.web.jpa.controller
Provides Controllers.
jp.ecuacion.splib.web.jpa.exceptionhandler - package jp.ecuacion.splib.web.jpa.exceptionhandler
Provides exception handlers.
jp.ecuacion.splib.web.jpa.service - package jp.ecuacion.splib.web.jpa.service
 
jp.ecuacion.splib.web.jpa.util - package jp.ecuacion.splib.web.jpa.util
 

L

localDate(String) - Method in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
record内のlocalDate項目(String)をLocalDate形式で取得。
localDateEqualToOrGreaterThan(String, String, LocalDate) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
localDateEqualToOrGreaterThan(String, LocalDate) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
localDateEqualToOrLessThan(String, String, LocalDate) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
localDateEqualToOrLessThan(String, LocalDate) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 

P

page(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.jpa.controller.SplibSearchListJpaController
 

S

setEntityManager(EntityManager) - Method in class jp.ecuacion.splib.web.jpa.service.SplibEditJpaService
 
setEntityManager(EntityManager) - Method in class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
 
SpecFactory<T> - Class in jp.ecuacion.splib.web.jpa.util
 
SpecFactory() - Constructor for class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
SplibEditJpaController<F,S> - Class in jp.ecuacion.splib.web.jpa.controller
Controls the edit feature.
SplibEditJpaController(SplibEditController.PageTemplatePatternEnum, String) - Constructor for class jp.ecuacion.splib.web.jpa.controller.SplibEditJpaController
Construct a new instance with function.
SplibEditJpaController(SplibEditController.PageTemplatePatternEnum, String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.jpa.controller.SplibEditJpaController
Construct a new instance with function, settings.
SplibEditJpaService<F,E> - Class in jp.ecuacion.splib.web.jpa.service
Provides abstract edit service.
SplibEditJpaService() - Constructor for class jp.ecuacion.splib.web.jpa.service.SplibEditJpaService
 
SplibGeneralJpaService<E> - Class in jp.ecuacion.splib.web.jpa.service
Is the service abstract class for general page of the page template with JPA.
SplibGeneralJpaService() - Constructor for class jp.ecuacion.splib.web.jpa.service.SplibGeneralJpaService
 
SplibJpaDataStoreDependentControllerAdvice - Class in jp.ecuacion.splib.web.jpa.advice
Provides the function that puts logged-in accounts obtained with JPA info to Model.
SplibJpaDataStoreDependentControllerAdvice() - Constructor for class jp.ecuacion.splib.web.jpa.advice.SplibJpaDataStoreDependentControllerAdvice
 
SplibJpaExceptionHandler - Class in jp.ecuacion.splib.web.jpa.exceptionhandler
Provides JPA related exception handling in addition to the handling within SplibExceptionHandler.
SplibJpaExceptionHandler() - Constructor for class jp.ecuacion.splib.web.jpa.exceptionhandler.SplibJpaExceptionHandler
 
SplibJpaServiceInterface<E> - Interface in jp.ecuacion.splib.web.jpa.service
Is used for optimistic locking procedure with JPA.
SplibSearchListJpaController<FST,FLT,S> - Class in jp.ecuacion.splib.web.jpa.controller
Controls the search and listing of the search result.
SplibSearchListJpaController(String) - Constructor for class jp.ecuacion.splib.web.jpa.controller.SplibSearchListJpaController
Construct a new instance with function.
SplibSearchListJpaController(String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.jpa.controller.SplibSearchListJpaController
Construct a new instance with function, settings.
SplibSearchListJpaService<FST,FLT,E> - Class in jp.ecuacion.splib.web.jpa.service
Provides abstract search list service.
SplibSearchListJpaService() - Constructor for class jp.ecuacion.splib.web.jpa.service.SplibSearchListJpaService
 
stringContains(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringContains(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringContainsIgnoringCase(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringContainsIgnoringCase(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEndsWith(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEndsWith(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEndsWithIgnoringCase(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEndsWithIgnoringCase(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEquals(String, String, boolean) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEquals(String, String, String, boolean) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEqualsIgnoringCase(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringEqualsIgnoringCase(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringNotEquals(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringNotEquals(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringStartsWith(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringStartsWith(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringStartsWithIgnoringCase(String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
stringStartsWithIgnoringCase(String, String, String) - Method in class jp.ecuacion.splib.web.jpa.util.SpecFactory
 
A E F G H J L P S 
All Classes and Interfaces|All Packages