- canExtractQuery() - Method in enum org.springframework.data.jpa.provider.PersistenceProvider
-
- canExtractQuery() - Method in interface org.springframework.data.jpa.provider.QueryExtractor
-
Returns whether the extractor is able to extract the original query string from a given Query
.
- ClasspathScanningPersistenceUnitPostProcessor - Class in org.springframework.data.jpa.support
-
PersistenceUnitPostProcessor
that will scan for classes annotated with
Entity
or
MappedSuperclass
and add them to the
PersistenceUnit
post processed.
- ClasspathScanningPersistenceUnitPostProcessor(String) - Constructor for class org.springframework.data.jpa.support.ClasspathScanningPersistenceUnitPostProcessor
-
- CollectionAwareProjectionFactory - Class in org.springframework.data.jpa.projection
-
A ProjectionFactory
considering projections containing collections or
maps to be open.
- CollectionAwareProjectionFactory() - Constructor for class org.springframework.data.jpa.projection.CollectionAwareProjectionFactory
-
- complete(Predicate, Sort, CriteriaQuery<? extends Object>, CriteriaBuilder, Root<?>) - Method in class org.springframework.data.jpa.repository.query.JpaCountQueryCreator
-
- complete(Predicate, Sort) - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
Finalizes the given Predicate
and applies the given sort.
- complete(Predicate, Sort, CriteriaQuery<? extends Object>, CriteriaBuilder, Root<?>) - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
Template method to finalize the given Predicate
using the given CriteriaQuery
and
CriteriaBuilder
.
- condense(Object) - Static method in enum org.springframework.data.jpa.provider.PersistenceProvider
-
Because Hibernate's TypedParameterValue is only used to wrap a null, swap it out with an
empty string for query creation.
- convertToDatabaseColumn(Instant) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.InstantConverter
-
- convertToDatabaseColumn(LocalDate) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalDateConverter
-
- convertToDatabaseColumn(LocalDateTime) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalDateTimeConverter
-
- convertToDatabaseColumn(LocalTime) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalTimeConverter
-
- convertToDatabaseColumn(ZoneId) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.ZoneIdConverter
-
- convertToDatabaseColumn(Instant) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.InstantConverter
-
Deprecated.
- convertToDatabaseColumn(LocalDate) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalDateConverter
-
Deprecated.
- convertToDatabaseColumn(LocalDateTime) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalDateTimeConverter
-
Deprecated.
- convertToDatabaseColumn(LocalTime) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalTimeConverter
-
Deprecated.
- convertToDatabaseColumn(ZoneId) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.ZoneIdConverter
-
Deprecated.
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.InstantConverter
-
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalDateConverter
-
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalDateTimeConverter
-
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalTimeConverter
-
- convertToEntityAttribute(String) - Method in class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.ZoneIdConverter
-
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.InstantConverter
-
Deprecated.
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalDateConverter
-
Deprecated.
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalDateTimeConverter
-
Deprecated.
- convertToEntityAttribute(Date) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.LocalTimeConverter
-
Deprecated.
- convertToEntityAttribute(String) - Method in class org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.ZoneIdConverter
-
Deprecated.
- count(Specification<T>) - Method in interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
-
Returns the number of instances that the given
Specification
will return.
- count(Predicate) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor
-
- count(Predicate) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaRepository
-
Deprecated.
- count(Example<S>) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- count() - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- count(Specification<T>) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- COUNT_QUERY_STRING - Static variable in class org.springframework.data.jpa.repository.query.QueryUtils
-
- create(Part, Iterator<Object>) - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
- create(EntityManager, JpaQueryMethodFactory, QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider, EscapeCharacter) - Static method in class org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy
-
Creates a QueryLookupStrategy
for the given EntityManager
and QueryLookupStrategy.Key
.
- createBinder() - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- createCountQuery(JpaParametersParameterAccessor) - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- createCountQuery(Predicate...) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor
-
Creates a new JPQLQuery
count query for the given Predicate
.
- createCountQuery(Predicate...) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaRepository
-
Deprecated.
Creates a new JPQLQuery
count query for the given Predicate
.
- createCountQueryFor(String) - Method in class org.springframework.data.jpa.repository.query.DefaultQueryEnhancer
-
- createCountQueryFor(String) - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
-
- createCountQueryFor() - Method in interface org.springframework.data.jpa.repository.query.QueryEnhancer
-
Creates a count projected query from the given original query.
- createCountQueryFor(String) - Method in interface org.springframework.data.jpa.repository.query.QueryEnhancer
-
Creates a count projected query from the given original query using the provided countProjection
.
- createCountQueryFor(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
-
- createCountQueryFor(String, String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
-
- createCriteriaQuery(CriteriaBuilder, ReturnedType) - Method in class org.springframework.data.jpa.repository.query.JpaCountQueryCreator
-
- createCriteriaQuery(CriteriaBuilder, ReturnedType) - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
Creates the CriteriaQuery
to apply predicates on.
- CREATED_BY - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
-
- CREATED_DATE - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
-
- createdBy - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
-
- createdBy - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
-
- createdDate - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
-
- createdDate - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
-
- createFrom(List<JpaParameters.JpaParameter>) - Method in class org.springframework.data.jpa.repository.query.JpaParameters
-
- createInstance() - Method in class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean
-
- createParameter(MethodParameter) - Method in class org.springframework.data.jpa.repository.query.JpaParameters
-
- createParameters(Method) - Method in class org.springframework.data.jpa.repository.query.JpaQueryMethod
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext
-
- createPersistentProperty(Property, JpaPersistentEntityImpl<?>, SimpleTypeHolder) - Method in class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext
-
- createProjectionInformation(Class<?>) - Method in class org.springframework.data.jpa.projection.CollectionAwareProjectionFactory
-
- createQuery(JpaParametersParameterAccessor) - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- createQuery() - Method in class org.springframework.data.jpa.repository.support.Querydsl
-
Creates the JPQLQuery
instance based on the configured EntityManager
.
- createQuery(EntityPath<?>...) - Method in class org.springframework.data.jpa.repository.support.Querydsl
-
Creates the JPQLQuery
instance based on the configured EntityManager
.
- createQuery(Predicate...) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor
-
Creates a new JPQLQuery
for the given Predicate
.
- createQuery(Predicate...) - Method in class org.springframework.data.jpa.repository.support.QuerydslJpaRepository
-
Deprecated.
Creates a new JPQLQuery
for the given Predicate
.
- createRepositoryFactory(EntityManager) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean
-
Returns a RepositoryFactorySupport
.
- CrudMethodMetadata - Interface in org.springframework.data.jpa.repository.support
-
Interface to abstract
CrudMethodMetadata
that provide the
LockModeType
to be used for query
execution.
- getAttributePaths() - Method in class org.springframework.data.jpa.repository.query.JpaEntityGraph
-
- getBeanDefinition() - Method in class org.springframework.data.jpa.util.BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
-
- getBeanDefinition(String, ConfigurableListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
-
- getBeanFactory() - Method in class org.springframework.data.jpa.util.BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
-
- getBeanName() - Method in class org.springframework.data.jpa.util.BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
-
Returns the bean name of the
BeanDefinition
for the
EntityManagerFactory
.
- getBuilder() - Method in class org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
-
Returns a PathBuilder
for the configured domain type.
- getById(ID) - Method in interface org.springframework.data.jpa.repository.JpaRepository
-
- getById(ID) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
Deprecated.
- getCompositeIdAttributeValue(Object, String) - Method in interface org.springframework.data.jpa.repository.support.JpaEntityInformation
-
Extracts the value for the given id attribute from a composite id
- getCompositeIdAttributeValue(Object, String) - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getConfigurationInspectionClassLoader(ResourceLoader) - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getCountQuery(Specification<T>) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getCountQuery(Specification<S>, Class<S>) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getCountQueryPlaceholder() - Method in enum org.springframework.data.jpa.provider.PersistenceProvider
-
Returns the placeholder to be used for simple count queries.
- getCreatedBy() - Method in class org.springframework.data.jpa.domain.AbstractAuditable
-
- getCreatedDate() - Method in class org.springframework.data.jpa.domain.AbstractAuditable
-
- getDomainClass() - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getEntityGraph() - Method in interface org.springframework.data.jpa.repository.support.CrudMethodMetadata
-
- getEntityInformation() - Method in class org.springframework.data.jpa.repository.query.JpaQueryMethod
-
- getEntityInformation(Class<T>, EntityManager) - Static method in class org.springframework.data.jpa.repository.support.JpaEntityInformationSupport
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getEntityManager() - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
Returns the EntityManager
.
- getEntityManager() - Method in class org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
-
Returns the EntityManager
.
- getEntityManagerByManagedType(Class<?>) - Method in interface org.springframework.data.jpa.repository.JpaContext
-
Returns the EntityManager
managing the given domain type.
- getEntityManagerByManagedType(Class<?>) - Method in class org.springframework.data.jpa.repository.support.DefaultJpaContext
-
- getEntityManagerFactoryBeanDefinitions(ConfigurableListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
-
- getEntityManagerFactoryBeanNames(ListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
-
Return all bean names for bean definitions that will result in an EntityManagerFactory
eventually.
- getEntityName() - Method in class org.springframework.data.jpa.repository.query.DefaultJpaEntityMetadata
-
- getEntityName() - Method in interface org.springframework.data.jpa.repository.query.JpaEntityMetadata
-
Returns the name of the entity.
- getEntityName() - Method in class org.springframework.data.jpa.repository.support.JpaEntityInformationSupport
-
- getEntityName() - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getEscapeCharacter() - Method in class org.springframework.data.jpa.repository.query.EscapeCharacter
-
- getExecution() - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- getExecution() - Method in class org.springframework.data.jpa.repository.query.PartTreeJpaQuery
-
- getExistsQueryString(String, String, Iterable<String>) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
-
Returns the query string to execute an exists query for the given id attributes.
- getExtensionId() - Method in class org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension
-
- getFetchGraphHint(EntityManager, JpaEntityGraph, Class<?>) - Static method in class org.springframework.data.jpa.repository.query.Jpa21Utils
-
- getHibernateQuery(Object) - Static method in class org.springframework.data.jpa.provider.HibernateUtils
-
Return the query string of the underlying native Hibernate query.
- getId() - Method in class org.springframework.data.jpa.domain.AbstractPersistable
-
- getId(T) - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getId(T) - Method in class org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation
-
- getIdAttribute() - Method in interface org.springframework.data.jpa.repository.support.JpaEntityInformation
-
Returns the id attribute of the entity.
- getIdAttribute() - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getIdAttributeNames() - Method in interface org.springframework.data.jpa.repository.support.JpaEntityInformation
-
Returns the attribute names of the id attributes.
- getIdAttributeNames() - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getIdClassAttributes(IdentifiableType<T>) - Method in enum org.springframework.data.jpa.provider.PersistenceProvider
-
- getIdentifierFrom(Object) - Method in interface org.springframework.data.jpa.provider.ProxyIdAccessor
-
Returns the identifier of the given entity by leniently inspecting it for the identifier value.
- getIdentifyingAnnotations() - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getIdType() - Method in class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- getJavaType() - Method in class org.springframework.data.jpa.repository.query.DefaultJpaEntityMetadata
-
- getJoinAliases() - Method in class org.springframework.data.jpa.repository.query.DefaultQueryEnhancer
-
- getJoinAliases() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
-
- getJoinAliases() - Method in interface org.springframework.data.jpa.repository.query.QueryEnhancer
-
- getJSqlCount(List<String>, boolean) - Static method in class org.springframework.data.jpa.repository.query.JSqlParserUtils
-
Generates a count function call, based on the countFields
.
- getJSqlLower(String) - Static method in class org.springframework.data.jpa.repository.query.JSqlParserUtils
-
Generates a lower function call, based on the column
.
- getKey() - Method in enum org.springframework.data.jpa.repository.EntityGraph.EntityGraphType
-
- getLastModifiedBy() - Method in class org.springframework.data.jpa.domain.AbstractAuditable
-
- getLastModifiedDate() - Method in class org.springframework.data.jpa.domain.AbstractAuditable
-
- getLockModeType() - Method in interface org.springframework.data.jpa.repository.support.CrudMethodMetadata
-
Returns the LockModeType
to be used.
- getMetamodel() - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- getMethod() - Method in interface org.springframework.data.jpa.repository.support.CrudMethodMetadata
-
Returns the
Method
to be used.
- getModuleName() - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getModulePrefix() - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getName() - Method in class org.springframework.data.jpa.repository.query.JpaEntityGraph
-
Returns the name of the
EntityGraph
configuration to use.
- getNamedQueryName() - Method in class org.springframework.data.jpa.repository.query.JpaQueryMethod
-
- getObjectType() - Method in class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean
-
- getOne(ID) - Method in interface org.springframework.data.jpa.repository.JpaRepository
-
- getOne(ID) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
Deprecated.
- getOrder() - Method in class org.springframework.data.jpa.repository.support.EntityManagerBeanDefinitionRegistrarPostProcessor
-
- getParameterAccessor(JpaParameters, Object[], EntityManager) - Method in enum org.springframework.data.jpa.provider.PersistenceProvider
-
- getParameterExpressions() - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
Returns all ParameterExpression
created when creating the query.
- getParameters() - Method in class org.springframework.data.jpa.repository.query.JpaQueryMethod
-
- getPredicate(Root<T>, CriteriaBuilder, Example<T>) - Static method in class org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
-
Extract the Predicate
representing the Example
.
- getPredicate(Root<T>, CriteriaBuilder, Example<T>, EscapeCharacter) - Static method in class org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
-
Extract the Predicate
representing the Example
.
- getProjection() - Method in class org.springframework.data.jpa.repository.query.DefaultQueryEnhancer
-
- getProjection() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
-
- getProjection() - Method in interface org.springframework.data.jpa.repository.query.QueryEnhancer
-
Returns the projection part of the query, i.e. everything between select
and from
.
- getProjection(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
-
Returns the projection part of the query, i.e. everything between select
and from
.
- getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getQuery() - Method in class org.springframework.data.jpa.repository.query.DefaultQueryEnhancer
-
- getQuery() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
-
- getQuery() - Method in interface org.springframework.data.jpa.repository.query.QueryEnhancer
-
Gets the query we want to use for enhancements.
- getQuery(Specification<T>, Pageable) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getQuery(Specification<S>, Class<S>, Pageable) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getQuery(Specification<T>, Sort) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getQuery(Specification<S>, Class<S>, Sort) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getQuerydsl() - Method in class org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
-
Returns the underlying Querydsl helper instance.
- getQueryHints() - Method in interface org.springframework.data.jpa.repository.support.CrudMethodMetadata
-
Returns all query hints in a list to be applied to queries executed for the CRUD method.
- getQueryHints() - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getQueryHintsForCount() - Method in interface org.springframework.data.jpa.repository.support.CrudMethodMetadata
-
Returns all query hints in a list to be applied to queries executed for the CRUD method.
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
- getQueryString(String, String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
-
Returns the query string for the given class name.
- getReferenceById(ID) - Method in interface org.springframework.data.jpa.repository.JpaRepository
-
Returns a reference to the entity with the given identifier.
- getReferenceById(ID) - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- getRepositoryFragments(RepositoryMetadata) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getRepositoryFragments(RepositoryMetadata, EntityManager, EntityPathResolver, CrudMethodMetadata) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
Creates RepositoryComposition.RepositoryFragments
based on RepositoryMetadata
to add JPA-specific extensions.
- getRepositoryMethodMetadata() - Method in class org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
- getRequiredIdAttribute() - Method in interface org.springframework.data.jpa.repository.support.JpaEntityInformation
-
Returns the required identifier type.
- getRootObject() - Method in class org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- getTargetRepository(RepositoryInformation, EntityManager) - Method in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
Callback to create a
JpaRepository
instance with the given
EntityManager
- getType() - Method in class org.springframework.data.jpa.repository.query.JpaEntityGraph
-
- getTypeToRead(ReturnedType) - Method in class org.springframework.data.jpa.repository.query.AbstractJpaQuery
-
Returns the type to be used when creating the JPA query.
- getValue(Parameter) - Method in class org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
-
- getValues() - Method in class org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
-
- Jpa21Utils - Class in org.springframework.data.jpa.repository.query
-
Utils for bridging various JPA 2.1 features.
- JpaContext - Interface in org.springframework.data.jpa.repository
-
Interface for components to provide useful information about the current JPA setup within the current
ApplicationContext
.
- JpaCountQueryCreator - Class in org.springframework.data.jpa.repository.query
-
- JpaCountQueryCreator(PartTree, ReturnedType, CriteriaBuilder, ParameterMetadataProvider) - Constructor for class org.springframework.data.jpa.repository.query.JpaCountQueryCreator
-
- JpaEntityGraph - Class in org.springframework.data.jpa.repository.query
-
- JpaEntityGraph(EntityGraph, String) - Constructor for class org.springframework.data.jpa.repository.query.JpaEntityGraph
-
- JpaEntityGraph(String, EntityGraph.EntityGraphType, String[]) - Constructor for class org.springframework.data.jpa.repository.query.JpaEntityGraph
-
- JpaEntityInformation<T,ID> - Interface in org.springframework.data.jpa.repository.support
-
Extension of EntityInformation
to capture additional JPA specific information about entities.
- JpaEntityInformationSupport<T,ID> - Class in org.springframework.data.jpa.repository.support
-
- JpaEntityInformationSupport(Class<T>) - Constructor for class org.springframework.data.jpa.repository.support.JpaEntityInformationSupport
-
- JpaEntityMetadata<T> - Interface in org.springframework.data.jpa.repository.query
-
JPA specific extension of EntityMetadata
.
- JpaEvaluationContextExtension - Class in org.springframework.data.jpa.repository.support
-
EvaluationContextExtension
to register
EscapeCharacter
as root object to essentially expose an
expose(…)
function to SpEL.
- JpaEvaluationContextExtension(char) - Constructor for class org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension
-
- JpaEvaluationContextExtension.JpaRootObject - Class in org.springframework.data.jpa.repository.support
-
- JpaMetamodel - Class in org.springframework.data.jpa.util
-
Wrapper around the JPA Metamodel
to be able to apply some fixes against bugs in provider implementations.
- JpaMetamodelEntityInformation<T,ID> - Class in org.springframework.data.jpa.repository.support
-
Implementation of EntityInformation
that uses JPA Metamodel
to find the domain class' id field.
- JpaMetamodelEntityInformation(Class<T>, Metamodel) - Constructor for class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation
-
- JpaMetamodelMappingContext - Class in org.springframework.data.jpa.mapping
-
MappingContext
implementation based on a Jpa Metamodel
.
- JpaMetamodelMappingContext(Set<Metamodel>) - Constructor for class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext
-
Creates a new JPA Metamodel
based MappingContext
.
- JpaMetamodelMappingContextFactoryBean - Class in org.springframework.data.jpa.repository.config
-
- JpaMetamodelMappingContextFactoryBean() - Constructor for class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean
-
- JpaParameter(MethodParameter) - Constructor for class org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter
-
- JpaParameters - Class in org.springframework.data.jpa.repository.query
-
Custom extension of Parameters
discovering additional query parameter annotations.
- JpaParameters(Method) - Constructor for class org.springframework.data.jpa.repository.query.JpaParameters
-
- JpaParameters.JpaParameter - Class in org.springframework.data.jpa.repository.query
-
Custom
Parameter
implementation adding parameters of type
Temporal
to the special ones.
- JpaParametersParameterAccessor - Class in org.springframework.data.jpa.repository.query
-
ParameterAccessor
based on an Parameters
instance.
- JpaParametersParameterAccessor(Parameters<?, ?>, Object[]) - Constructor for class org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
-
Creates a new ParametersParameterAccessor
.
- JpaPersistableEntityInformation<T extends org.springframework.data.domain.Persistable<ID>,ID> - Class in org.springframework.data.jpa.repository.support
-
- JpaPersistableEntityInformation(Class<T>, Metamodel) - Constructor for class org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation
-
- JpaPersistentEntity<T> - Interface in org.springframework.data.jpa.mapping
-
Interface for a JPA-specific entity.
- JpaPersistentProperty - Interface in org.springframework.data.jpa.mapping
-
Interface for a JPA-specific PersistentProperty
.
- JpaQueryCreator - Class in org.springframework.data.jpa.repository.query
-
Query creator to create a CriteriaQuery
from a PartTree
.
- JpaQueryCreator(PartTree, ReturnedType, CriteriaBuilder, ParameterMetadataProvider) - Constructor for class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
- JpaQueryExecution - Class in org.springframework.data.jpa.repository.query
-
Set of classes to contain query execution strategies.
- JpaQueryExecution() - Constructor for class org.springframework.data.jpa.repository.query.JpaQueryExecution
-
- JpaQueryLookupStrategy - Class in org.springframework.data.jpa.repository.query
-
Query lookup strategy to execute finders.
- JpaQueryMethod - Class in org.springframework.data.jpa.repository.query
-
JPA specific extension of QueryMethod
.
- JpaQueryMethod(Method, RepositoryMetadata, ProjectionFactory, QueryExtractor) - Constructor for class org.springframework.data.jpa.repository.query.JpaQueryMethod
-
- JpaQueryMethodFactory - Interface in org.springframework.data.jpa.repository.query
-
- JpaRepository<T,ID> - Interface in org.springframework.data.jpa.repository
-
JPA specific extension of Repository
.
- JpaRepositoryConfigExtension - Class in org.springframework.data.jpa.repository.config
-
JPA specific configuration extension parsing custom attributes from the XML namespace and
EnableJpaRepositories
annotation.
- JpaRepositoryConfigExtension() - Constructor for class org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension
-
- JpaRepositoryExtension - Class in org.springframework.data.jpa.repository.cdi
-
A portable CDI extension which registers beans for Spring Data JPA repositories.
- JpaRepositoryExtension() - Constructor for class org.springframework.data.jpa.repository.cdi.JpaRepositoryExtension
-
- JpaRepositoryFactory - Class in org.springframework.data.jpa.repository.support
-
JPA specific generic repository factory.
- JpaRepositoryFactory(EntityManager) - Constructor for class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
- JpaRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID> - Class in org.springframework.data.jpa.repository.support
-
Special adapter for Springs
FactoryBean
interface to allow easy setup of
repository factories via Spring configuration.
- JpaRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean
-
- JpaRepositoryImplementation<T,ID> - Interface in org.springframework.data.jpa.repository.support
-
SPI interface to be implemented by
JpaRepository
implementations.
- JpaRepositoryNameSpaceHandler - Class in org.springframework.data.jpa.repository.config
-
Simple namespace handler for repositories namespace.
- JpaRepositoryNameSpaceHandler() - Constructor for class org.springframework.data.jpa.repository.config.JpaRepositoryNameSpaceHandler
-
- JpaSort - Class in org.springframework.data.jpa.domain
-
Sort option for queries that wraps JPA meta-model Attribute
s for sorting.
- JpaSort(Attribute<?, ?>...) - Constructor for class org.springframework.data.jpa.domain.JpaSort
-
- JpaSort(JpaSort.Path<?, ?>...) - Constructor for class org.springframework.data.jpa.domain.JpaSort
-
- JpaSort(Sort.Direction, Attribute<?, ?>...) - Constructor for class org.springframework.data.jpa.domain.JpaSort
-
- JpaSort(Sort.Direction, JpaSort.Path<?, ?>...) - Constructor for class org.springframework.data.jpa.domain.JpaSort
-
- JpaSort.JpaOrder - Class in org.springframework.data.jpa.domain
-
Custom Order
that keeps a flag to indicate unsafe property handling, i.e. the String provided is not
necessarily a property but can be an arbitrary expression piped into the query execution.
- JpaSort.Path<T,S> - Class in org.springframework.data.jpa.domain
-
Value object to abstract a collection of Attribute
s.
- JpaSpecificationExecutor<T> - Interface in org.springframework.data.jpa.repository
-
Interface to allow execution of
Specification
s based on the JPA criteria API.
- JSqlParserQueryEnhancer - Class in org.springframework.data.jpa.repository.query
-
- JSqlParserQueryEnhancer(DeclaredQuery) - Constructor for class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
-
- JSqlParserUtils - Class in org.springframework.data.jpa.repository.query
-
A utility class for JSqlParser.
- Jsr310JpaConverters - Class in org.springframework.data.jpa.convert.threeten
-
JPA 2.1 converters to turn JSR-310 types into legacy
Date
s.
- Jsr310JpaConverters() - Constructor for class org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters
-
- Jsr310JpaConverters.InstantConverter - Class in org.springframework.data.jpa.convert.threeten
-
- Jsr310JpaConverters.LocalDateConverter - Class in org.springframework.data.jpa.convert.threeten
-
- Jsr310JpaConverters.LocalDateTimeConverter - Class in org.springframework.data.jpa.convert.threeten
-
- Jsr310JpaConverters.LocalTimeConverter - Class in org.springframework.data.jpa.convert.threeten
-
- Jsr310JpaConverters.ZoneIdConverter - Class in org.springframework.data.jpa.convert.threeten
-
- of(Attribute<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
-
Creates a new
JpaSort
for the given attributes with the default sort direction.
- of(JpaSort.Path<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
-
- of(Sort.Direction, Attribute<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
-
Creates a new
JpaSort
for the given direction and attributes.
- of(Sort.Direction, JpaSort.Path<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
-
- of(char) - Static method in class org.springframework.data.jpa.repository.query.EscapeCharacter
-
- of(EscapeCharacter) - Static method in class org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.JpaRootObject
-
- of(Metamodel) - Static method in class org.springframework.data.jpa.util.JpaMetamodel
-
- or(Specification<T>) - Method in interface org.springframework.data.jpa.domain.Specification
-
ORs the given specification to the current one.
- or(Predicate, Predicate) - Method in class org.springframework.data.jpa.repository.query.JpaQueryCreator
-
- org.springframework.data.jpa.convert - package org.springframework.data.jpa.convert
-
Spring Data JPA specific converter infrastructure.
- org.springframework.data.jpa.convert.threeten - package org.springframework.data.jpa.convert.threeten
-
Spring Data JPA specific JSR-310 converters.
- org.springframework.data.jpa.convert.threetenbp - package org.springframework.data.jpa.convert.threetenbp
-
Spring Data JPA specific ThreeTenBp converters.
- org.springframework.data.jpa.domain - package org.springframework.data.jpa.domain
-
JPA specific support classes to implement domain classes.
- org.springframework.data.jpa.domain.support - package org.springframework.data.jpa.domain.support
-
Implementation classes for auditing with JPA.
- org.springframework.data.jpa.mapping - package org.springframework.data.jpa.mapping
-
JPA specific support classes for the Spring Data mapping subsystem.
- org.springframework.data.jpa.projection - package org.springframework.data.jpa.projection
-
- org.springframework.data.jpa.provider - package org.springframework.data.jpa.provider
-
JPA provider-specific utilities.
- org.springframework.data.jpa.repository - package org.springframework.data.jpa.repository
-
Interfaces and annotations for JPA specific repositories.
- org.springframework.data.jpa.repository.cdi - package org.springframework.data.jpa.repository.cdi
-
CDI support for Spring Data JPA Repositories.
- org.springframework.data.jpa.repository.config - package org.springframework.data.jpa.repository.config
-
Classes for JPA namespace configuration.
- org.springframework.data.jpa.repository.query - package org.springframework.data.jpa.repository.query
-
Query implementation to execute queries against JPA.
- org.springframework.data.jpa.repository.support - package org.springframework.data.jpa.repository.support
-
JPA repository implementations.
- org.springframework.data.jpa.repository.utils - package org.springframework.data.jpa.repository.utils
-
JPA specific utility functions.
- org.springframework.data.jpa.support - package org.springframework.data.jpa.support
-
Various helper classes useful when working with JPA.
- org.springframework.data.jpa.util - package org.springframework.data.jpa.util
-
Spring Data JPA utilities.