All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractHibernateOperations<S,Q> Abstract Hibernate operations shared between the synchronous and the reactive implementations.AbstractSpecificationInterceptor<T,R> Abstract specification interceptor.CountSpecificationInterceptor Interceptor that supports count specifications.DefaultPhysicalNamingStrategy The defaultPhysicalNamingStrategyto use.EntityGraph Allows configuring JPA 2.1 entity graphs on query methods.EventIntegrator Integrates event handling.FindAllSpecificationInterceptor Implementation of the unpaged version offindAll(Specification).FindOneSpecificationInterceptor Implementation offindOne(Specification)for JPA specifications.FindPageSpecificationInterceptor Runtime implementation ofPage find(Specification, Pageable).FlushInterceptor<T> Interceptor for flushing.HibernateJpaOperations Implementation of theJpaRepositoryOperationsinterface for Hibernate.JpaRepository<E,ID> Simple composed repository interface that includesCrudRepositoryandPageableRepository.JpaRepositoryOperations Operations interface specific to JPA.JpaSpecificationExecutor<T> Interface to allow execution ofSpecifications based on the JPA criteria API.LoadInterceptor<T> Interceptor for Load.Specification<T> Specification in the sense of Domain Driven Design.