Skip navigation links
A C D E F G I J M N Q R S T V 

A

AbstractEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
AbstractEntityGraph() - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
 
AbstractEntityGraph(EntityGraphType) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
 
AbstractEntityGraph(EntityGraphType, boolean) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
 

C

com.cosium.spring.data.jpa.entity.graph.domain - package com.cosium.spring.data.jpa.entity.graph.domain
 
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.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.QueryDslJpaEntityGraphRepository
 
createRepositoryFactory(EntityManager) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.JpaEntityGraphRepositoryFactoryBean
 

D

DEFAULT_ENTITY_GRAPH_TYPE - Static variable in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
 
DynamicEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
DynamicEntityGraph(List<String>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
 
DynamicEntityGraph(EntityGraphType, List<String>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.DynamicEntityGraph
 

E

empty() - Static method in class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
 
EntityGraph - Interface in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
EntityGraphType - Enum in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
EntityGraphUtils - Class in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
EntityGraphUtils() - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils
 
exists(Predicate) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
 

F

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
 

G

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

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
 
isOptional() - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
False by default
isOptional() - Method in interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
 

J

JpaEntityGraphQueryDslPredicateExecutor<T> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 23/11/16.
JpaEntityGraphRepository<T,ID extends Serializable> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 22/11/16.
JpaEntityGraphRepositoryFactory - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
This repository factory allows to build EntityGraph aware repositories.
JpaEntityGraphRepositoryFactory(EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.JpaEntityGraphRepositoryFactory
Creates a new JpaRepositoryFactory.
JpaEntityGraphRepositoryFactoryBean<R extends org.springframework.data.repository.Repository<T,I>,T,I extends Serializable> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
Forces the use of RepositoryEntityManagerEntityGraphInjector while targeting JpaEntityGraphRepositoryFactory.
JpaEntityGraphRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.JpaEntityGraphRepositoryFactoryBean
Creates a new JpaRepositoryFactoryBean for the given repository interface.
JpaEntityGraphSpecificationExecutor<T> - Interface in com.cosium.spring.data.jpa.entity.graph.repository
Created on 23/11/16.

M

MultipleDefaultEntityGraphException - Exception in com.cosium.spring.data.jpa.entity.graph.repository.exception
Created on 27/11/16.
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

NamedEntityGraph - Class in com.cosium.spring.data.jpa.entity.graph.domain
Created on 22/11/16.
NamedEntityGraph(EntityGraphType, boolean, String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
 
NamedEntityGraph(EntityGraphType, String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
 
NamedEntityGraph(String) - Constructor for class com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
 

Q

QueryDslJpaEntityGraphRepository<T,ID extends Serializable> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
A QueryDslPredicateExecutor that supports EntityGraph passed through method arguments.
QueryDslJpaEntityGraphRepository(JpaEntityInformation<T, ?>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
 
QueryDslJpaEntityGraphRepository(JpaEntityInformation<T, ID>, EntityManager, EntityPathResolver) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.QueryDslJpaEntityGraphRepository
 

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
 
setEntityManager(EntityManager) - Method in class com.cosium.spring.data.jpa.entity.graph.repository.support.JpaEntityGraphRepositoryFactoryBean
 
setOptional(boolean) - Method in class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
 
SimpleJpaEntityGraphRepository<T,ID extends Serializable> - Class in com.cosium.spring.data.jpa.entity.graph.repository.support
A SimpleJpaRepository that supports EntityGraph passed through method arguments.
SimpleJpaEntityGraphRepository(JpaEntityInformation<T, ?>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
 
SimpleJpaEntityGraphRepository(Class<T>, EntityManager) - Constructor for class com.cosium.spring.data.jpa.entity.graph.repository.support.SimpleJpaEntityGraphRepository
 

T

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

V

valueOf(String) - Static method in enum com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J M N Q R S T V 
Skip navigation links

Copyright © 2017 Cosium. All rights reserved.