- findAll(Predicate, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns all entities matching the given Predicate.
- findAll(Predicate, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns all entities matching the given Predicate applying the given Sort.
- findAll(Predicate, EntityGraph, OrderSpecifier<?>...) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns all entities matching the given Predicate applying the given OrderSpecifiers.
- findAll(EntityGraph, OrderSpecifier<?>...) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns all entities ordered by the given OrderSpecifiers.
- findAll(Predicate, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns a Page of entities matching the given Predicate.
- findAll(Example<S>, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns a Page of entities matching the given Example.
- findAll(Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
- findAll(Example<S>, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns all entities matching the given Example applying the given Sort.
- findAll(Example<S>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns the number of instances matching the given Example.
- findAll(Iterable<ID>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns all instances of the type with the given IDs.
- findAll(Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns all entities sorted by the given options.
- findAll(EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns all instances of the type.
- findAll(Specification<T>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphSpecificationExecutor
-
Returns all entities matching the given Specification.
- findAll(Specification<T>, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphSpecificationExecutor
-
Returns a Page of entities matching the given Specification.
- findAll(Specification<T>, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphSpecificationExecutor
-
Returns all entities matching the given Specification and Sort.
- findAll(Predicate, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, EntityGraph, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(EntityGraph, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, Sort) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Predicate, Pageable) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findAll(Specification<T>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Specification<T>, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Specification<T>, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Example<S>, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Example<S>, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Example<S>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Iterable<ID>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findAll(EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findOne(Predicate, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphQueryDslPredicateExecutor
-
Returns a single entity matching the given Predicate or null if none was found.
- findOne(Example<S>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Returns a single entity matching the given Example or null if none was found.
- findOne(ID, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphRepository
-
Retrieves an entity by its id.
- findOne(Specification<T>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.JpaEntityGraphSpecificationExecutor
-
Returns a single entity matching the given Specification.
- findOne(Predicate, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findOne(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
-
- findOne(Specification<T>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findOne(Example<S>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- findOne(ID, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
-
- fromAttributePaths(String...) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
-
- fromName(String) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
-
- fromName(String, boolean) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
-