| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityGraph
Created on 22/11/16.
|
class |
DynamicEntityGraph
Created on 22/11/16.
|
class |
NamedEntityGraph
Created on 22/11/16.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityGraph |
EntityGraphUtils.empty() |
static EntityGraph |
EntityGraphUtils.fromAttributePaths(String... attributePaths) |
static EntityGraph |
EntityGraphUtils.fromName(String name) |
static EntityGraph |
EntityGraphUtils.fromName(String name,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
JpaEntityGraphRepository.findAll(EntityGraph entityGraph)
Returns all instances of the type.
|
Iterable<T> |
JpaEntityGraphQueryDslPredicateExecutor.findAll(EntityGraph entityGraph,
com.querydsl.core.types.OrderSpecifier<?>... orders)
Returns all entities ordered by the given
OrderSpecifiers. |
<S extends T> |
JpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
EntityGraph entityGraph)
Returns the number of instances matching the given
Example. |
<S extends T> |
JpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph)
Returns a
Page of entities matching the given Example. |
<S extends T> |
JpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph)
Returns all entities matching the given
Example applying the given Sort. |
List<T> |
JpaEntityGraphRepository.findAll(Iterable<ID> ids,
EntityGraph entityGraph)
Returns all instances of the type with the given IDs.
|
org.springframework.data.domain.Page<T> |
JpaEntityGraphRepository.findAll(org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph)
Returns a
Page of entities meeting the paging restriction provided in the Pageable object. |
Iterable<T> |
JpaEntityGraphQueryDslPredicateExecutor.findAll(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph)
Returns all entities matching the given
Predicate. |
Iterable<T> |
JpaEntityGraphQueryDslPredicateExecutor.findAll(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph,
com.querydsl.core.types.OrderSpecifier<?>... orders)
Returns all entities matching the given
Predicate applying the given OrderSpecifiers. |
org.springframework.data.domain.Page<T> |
JpaEntityGraphQueryDslPredicateExecutor.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph)
Returns a
Page of entities matching the given Predicate. |
Iterable<T> |
JpaEntityGraphQueryDslPredicateExecutor.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph)
Returns all entities matching the given
Predicate applying the given Sort. |
List<T> |
JpaEntityGraphRepository.findAll(org.springframework.data.domain.Sort sort,
EntityGraph entityGraph)
Returns all entities sorted by the given options.
|
List<T> |
JpaEntityGraphSpecificationExecutor.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
EntityGraph entityGraph)
Returns all entities matching the given
Specification. |
org.springframework.data.domain.Page<T> |
JpaEntityGraphSpecificationExecutor.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph)
Returns a
Page of entities matching the given Specification. |
List<T> |
JpaEntityGraphSpecificationExecutor.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph)
Returns all entities matching the given
Specification and Sort. |
<S extends T> |
JpaEntityGraphRepository.findOne(org.springframework.data.domain.Example<S> example,
EntityGraph entityGraph)
Returns a single entity matching the given
Example or null if none was found. |
T |
JpaEntityGraphRepository.findOne(ID id,
EntityGraph entityGraph)
Retrieves an entity by its id.
|
T |
JpaEntityGraphQueryDslPredicateExecutor.findOne(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph)
Returns a single entity matching the given
Predicate or null if none was found. |
T |
JpaEntityGraphSpecificationExecutor.findOne(org.springframework.data.jpa.domain.Specification<T> spec,
EntityGraph entityGraph)
Returns a single entity matching the given
Specification. |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
SimpleJpaEntityGraphRepository.findAll(EntityGraph entityGraph) |
Iterable<T> |
QueryDslJpaEntityGraphRepository.findAll(EntityGraph entityGraph,
com.querydsl.core.types.OrderSpecifier<?>... orders) |
<S extends T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
EntityGraph entityGraph) |
<S extends T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph) |
<S extends T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.domain.Example<S> example,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph) |
List<T> |
SimpleJpaEntityGraphRepository.findAll(Iterable<ID> ids,
EntityGraph entityGraph) |
org.springframework.data.domain.Page<T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph) |
Iterable<T> |
QueryDslJpaEntityGraphRepository.findAll(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph) |
Iterable<T> |
QueryDslJpaEntityGraphRepository.findAll(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph,
com.querydsl.core.types.OrderSpecifier<?>... orders) |
org.springframework.data.domain.Page<T> |
QueryDslJpaEntityGraphRepository.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph) |
Iterable<T> |
QueryDslJpaEntityGraphRepository.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph) |
List<T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.domain.Sort sort,
EntityGraph entityGraph) |
List<T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
EntityGraph entityGraph) |
org.springframework.data.domain.Page<T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
org.springframework.data.domain.Pageable pageable,
EntityGraph entityGraph) |
List<T> |
SimpleJpaEntityGraphRepository.findAll(org.springframework.data.jpa.domain.Specification<T> spec,
org.springframework.data.domain.Sort sort,
EntityGraph entityGraph) |
<S extends T> |
SimpleJpaEntityGraphRepository.findOne(org.springframework.data.domain.Example<S> example,
EntityGraph entityGraph) |
T |
SimpleJpaEntityGraphRepository.findOne(ID id,
EntityGraph entityGraph) |
T |
QueryDslJpaEntityGraphRepository.findOne(com.querydsl.core.types.Predicate predicate,
EntityGraph entityGraph) |
T |
SimpleJpaEntityGraphRepository.findOne(org.springframework.data.jpa.domain.Specification<T> spec,
EntityGraph entityGraph) |
Copyright © 2017 Cosium. All rights reserved.