Index

A B C D E F G H I K L M N O Q R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Without replacement
AbstractEntityGraph() - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
AbstractEntityGraph(EntityGraphType) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
AbstractEntityGraph(EntityGraphType, boolean) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
addPath(String...) - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph.Builder
 

B

build() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphQueryHintFactory
Deprecated.
 
build() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph.Builder
 
build(Method, RepositoryMetadata, ProjectionFactory) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.query.EntityGraphAwareJpaQueryMethodFactory
 
builder(EntityGraphType) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
 
buildQueryHint(EntityManager, Class<?>) - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Deprecated.
 
buildQueryHint(EntityManager, Class<?>) - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
 
buildQueryHint(EntityManager, Class<?>) - Method in interface com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph
 
buildQueryHint(EntityManager, Class<?>) - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
 

C

com.cosium.spring.data.jpa.entity.graph.core - module com.cosium.spring.data.jpa.entity.graph.core
 
com.cosium.spring.data.jpa.entity.graph.domain - package com.cosium.spring.data.jpa.entity.graph.domain
 
com.cosium.spring.data.jpa.entity.graph.domain2 - package com.cosium.spring.data.jpa.entity.graph.domain2
 
com.cosium.spring.data.jpa.entity.graph.repository - package com.cosium.spring.data.jpa.entity.graph.repository
 
com.cosium.spring.data.jpa.entity.graph.repository.exception - package com.cosium.spring.data.jpa.entity.graph.repository.exception
 
com.cosium.spring.data.jpa.entity.graph.repository.query - package com.cosium.spring.data.jpa.entity.graph.repository.query
 
com.cosium.spring.data.jpa.entity.graph.repository.support - package com.cosium.spring.data.jpa.entity.graph.repository.support
 
count(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
createRepositoryFactory(EntityManager) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphJpaRepositoryFactoryBean
 

D

DEFAULT_ENTITY_GRAPH_TYPE - Static variable in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
defaultEntityGraph() - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphRepository
 
DynamicEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Use DynamicEntityGraph instead.
DynamicEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain2
Allows to create on-the-fly generated EntityGraph by defining its attribute paths.
DynamicEntityGraph(EntityGraphType, List<String>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
DynamicEntityGraph(EntityGraphType, List<String>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
 
DynamicEntityGraph(List<String>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
DynamicEntityGraph.Builder - Class in com.cosium.spring.data.jpa.entity.graph.domain2
 

E

empty() - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphs
Deprecated.
Use EntityGraph.NOOP instead.
entityGraph() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
 
EntityGraph - Interface in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Use EntityGraph instead.
EntityGraph - Interface in com.cosium.spring.data.jpa.entity.graph.domain2
 
EntityGraphAwareJpaQueryMethodFactory - Class in com.cosium.spring.data.jpa.entity.graph.repository.query
 
EntityGraphAwareJpaQueryMethodFactory(QueryExtractor) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.query.EntityGraphAwareJpaQueryMethodFactory
 
EntityGraphCrudRepository<T,ID> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 18/03/17.
EntityGraphJpaRepository<T,ID> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 22/11/16.
EntityGraphJpaRepositoryFactory - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
This repository factory allows to build EntityGraph aware repositories.
EntityGraphJpaRepositoryFactory(EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphJpaRepositoryFactory
Creates a new JpaRepositoryFactory.
EntityGraphJpaRepositoryFactoryBean<R extends org.springframework.data.repository.Repository<T,I>,T,I> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
Forces the use of RepositoryEntityManagerEntityGraphInjector while targeting EntityGraphJpaRepositoryFactory.
EntityGraphJpaRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphJpaRepositoryFactoryBean
Creates a new JpaRepositoryFactoryBean for the given repository interface.
EntityGraphJpaSpecificationExecutor<T> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 23/11/16.
EntityGraphPagingAndSortingRepository<T,ID> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 18/03/17.
EntityGraphQueryByExampleExecutor<T> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 18/03/17.
EntityGraphQuerydslPredicateExecutor<T> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 17/06/17.
EntityGraphQuerydslRepository<T,ID> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
A QuerydslPredicateExecutor that supports EntityGraph passed through method arguments.
EntityGraphQuerydslRepository(JpaEntityInformation<T, ?>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
EntityGraphQuerydslRepository(JpaEntityInformation<T, ?>, EntityManager, EntityPathResolver, CrudMethodMetadata) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
EntityGraphQueryHint - Class in com.cosium.spring.data.jpa.entity.graph.domain2
 
EntityGraphQueryHint(EntityGraphType, EntityGraph<?>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
 
EntityGraphQueryHint(EntityGraphType, EntityGraph<?>, boolean) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
 
EntityGraphQueryHintFactory - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Without replacement
EntityGraphQueryHintFactory(EntityManager, Class<?>, EntityGraph) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphQueryHintFactory
Deprecated.
 
EntityGraphRepository<T,ID> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
 
EntityGraphs - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
EntityGraphSimpleJpaRepository<T,ID> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
A SimpleJpaRepository that supports EntityGraph passed through method arguments.
EntityGraphSimpleJpaRepository(Class<T>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
EntityGraphSimpleJpaRepository(JpaEntityInformation<T, ?>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
EntityGraphType - Enum Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Use EntityGraphType instead
EntityGraphType - Enum Class in com.cosium.spring.data.jpa.entity.graph.domain2
 
EntityGraphUtils - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
equals(Object) - Method in class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
equals(Object) - Method in class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
equals(Object) - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
 
equals(Object) - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
 
execute(Function<EntityGraph, T>) - Method in interface com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph
 
exists(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 

F

failIfInapplicable() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
 
FETCH - Enum constant in enum class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Deprecated.
 
FETCH - Enum constant in enum class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
When the javax.persistence.fetchgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated as FetchType.LAZY
fetching() - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
When the javax.persistence.fetchgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated as FetchType.LAZY
fetching(String) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
When the javax.persistence.fetchgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated as FetchType.LAZY
fetching(List<String>) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
When the javax.persistence.fetchgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated as FetchType.LAZY
findAll(EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphCrudRepository
 
findAll(EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(EntityGraph, OrderSpecifier<?>...) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns all entities ordered by the given OrderSpecifiers.
findAll(EntityGraph, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns all entities matching the given Predicate.
findAll(Predicate, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, EntityGraph, OrderSpecifier<?>...) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given OrderSpecifiers.
findAll(Predicate, EntityGraph, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, OrderSpecifier<?>...) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, Pageable) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns a Page of entities matching the given Predicate.
findAll(Predicate, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, Sort) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Predicate, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given Sort.
findAll(Predicate, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findAll(Example<S>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQueryByExampleExecutor
 
findAll(Example<S>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Example<S>, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQueryByExampleExecutor
 
findAll(Example<S>, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Example<S>, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQueryByExampleExecutor
 
findAll(Example<S>, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphPagingAndSortingRepository
 
findAll(Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphPagingAndSortingRepository
 
findAll(Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Specification<T>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor
 
findAll(Specification<T>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Specification<T>, Pageable, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor
 
findAll(Specification<T>, Pageable, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAll(Specification<T>, Sort, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor
 
findAll(Specification<T>, Sort, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findAllById(Iterable<ID>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphCrudRepository
 
findAllById(Iterable<ID>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findById(ID, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphCrudRepository
 
findById(ID, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findOne(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findOne(Predicate, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQuerydslPredicateExecutor
Returns a single entity matching the given Predicate or null if none was found.
findOne(Predicate, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 
findOne(Example<S>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphQueryByExampleExecutor
 
findOne(Example<S>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
findOne(Specification<T>, EntityGraph) - Method in interface com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor
 
findOne(Specification<T>, EntityGraph) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphSimpleJpaRepository
 
fromAttributePaths(EntityGraphType, String...) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
Deprecated.
 
fromAttributePaths(String...) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
Deprecated.
 
fromName(String, boolean) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
Deprecated.
 

G

getEntityGraphAttributePaths() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
getEntityGraphAttributePaths() - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Deprecated.
 
getEntityGraphAttributePaths() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
getEntityGraphName() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
getEntityGraphName() - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Deprecated.
 
getEntityGraphName() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
getEntityGraphType() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
getEntityGraphType() - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Deprecated.
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphJpaRepositoryFactory
 

H

hashCode() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
hashCode() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
hashCode() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
 
hashCode() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
 

I

InapplicableEntityGraphException - Exception in com.cosium.spring.data.jpa.entity.graph.repository.exception
Created on 27/11/16.
InapplicableEntityGraphException(String) - Constructor for exception com.cosium.spring.data.jpa.entity.graph.repository.exception.InapplicableEntityGraphException
 
isEmpty(EntityGraph) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphs
Deprecated.
 
isOptional() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
False by default
isOptional() - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
Deprecated.
 

K

key() - Method in enum class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
 

L

LOAD - Enum constant in enum class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Deprecated.
 
LOAD - Enum constant in enum class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
When the javax.persistence.loadgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated according to their specified or default FetchType.
loading() - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
When the javax.persistence.loadgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated according to their specified or default FetchType.
loading(String) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
When the javax.persistence.loadgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated according to their specified or default FetchType.
loading(List<String>) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
When the javax.persistence.loadgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated according to their specified or default FetchType.

M

MultipleDefaultEntityGraphException - Exception in com.cosium.spring.data.jpa.entity.graph.repository.exception
Created on 27/11/16.
MultipleDefaultEntityGraphException(String) - Constructor for exception com.cosium.spring.data.jpa.entity.graph.repository.exception.MultipleDefaultEntityGraphException
 
MultipleDefaultEntityGraphException(String, String) - Constructor for exception com.cosium.spring.data.jpa.entity.graph.repository.exception.MultipleDefaultEntityGraphException
 
MultipleEntityGraphException - Exception in com.cosium.spring.data.jpa.entity.graph.repository.exception
Created on 27/11/16.
MultipleEntityGraphException(String) - Constructor for exception com.cosium.spring.data.jpa.entity.graph.repository.exception.MultipleEntityGraphException
 

N

named(String) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphs
Deprecated.
 
NamedEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Use NamedEntityGraph instead.
NamedEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain2
Refers to a registered EntityGraph by its name.
NamedEntityGraph(EntityGraphType, boolean, String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
NamedEntityGraph(EntityGraphType, String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
NamedEntityGraph(EntityGraphType, String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
 
NamedEntityGraph(String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
NamedEntityGraph(String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
 
newType() - Method in enum class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Deprecated.
 
NOOP - Static variable in interface com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph
An EntityGraph that will have zero effect on queries.

O

of(EntityGraph) - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.OptionalEntityGraph
Deprecated.
 
OptionalEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Deprecated.
Without replacement
OptionalEntityGraph() - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.OptionalEntityGraph
Deprecated.
 

Q

querydslJpaRepositoryDelegate - Variable in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphQuerydslRepository
 

R

RepositoryEntityGraphException - Exception in com.cosium.spring.data.jpa.entity.graph.repository.exception
Created on 27/11/16.
RepositoryEntityGraphException(String) - Constructor for exception com.cosium.spring.data.jpa.entity.graph.repository.exception.RepositoryEntityGraphException
 

S

setEntityGraphType(EntityGraphType) - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
setEntityManager(EntityManager) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.EntityGraphJpaRepositoryFactoryBean
 
setOptional(boolean) - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 

T

toString() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
Deprecated.
 
toString() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
Deprecated.
 
toString() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
Deprecated.
 
type() - Method in class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
 

V

valueOf(String) - Static method in enum class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphType
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I K L M N O Q R S T V 
All Classes and Interfaces|All Packages|Serialized Form