|
Spring Data Jpa | |||||||||
PREV NEXT | FRAMES NO FRAMES |
RepositoryQuery
s.AbstractJpaQuery
from the given JpaQueryMethod
.
String
based JPA queries.AbstractStringBasedJpaQuery
.
Specification
to the current one.
Pageable
to the given JPQLQuery
.
JPQLQuery
.
BeanDefinitionParser
for the auditing
element.BeanFactoryPostProcessor
to add a depends-on
from a
LocalEntityManagerFactoryBean
or
LocalContainerEntityManagerFactoryBean
towards the aspect bean configured via
<context:spring-configured>
.Query
.
Query
.
PersistenceUnitPostProcessor
that will scan for classes annotated with Entity
or
MappedSuperclass
and add them to the PersistenceUnit
post prcessed.ClasspathScanningPersistenceUnitPostProcessor
using the given base package as scan base.
Predicate
and applies the given sort.
Predicate
using the given CriteriaQuery
and
CriteriaBuilder
.
Specification
will return.
QueryLookupStrategy
for the given EntityManager
and QueryLookupStrategy.Key
.
JPQLQuery
instance based on the configured EntityManager
.
JPQLQuery
instance based on the configured EntityManager
.
JPQLQuery
for the given Predicate
.
RepositoryFactorySupport
.
DateTimeProvider
simply creating new DateTime
instances for each method call.DateTime
instance to be used when auditing.DeleteClause
.
Query
.
TypedQuery
for counting using the given values.
Query
instance for the given values.
AbstractStringBasedJpaQuery
executions by single enum values.
AbstractStringBasedJpaQuery
with the given ParameterBinder
.
Query
object.
Specification
.
Page
of entities matching the given Specification
.
Specification
and Sort
.
Specification
.
JPQLQuery
.
PersistenceProvider
from the given EntityManager
.
PathBuilder
for the configured domain type.
DateTime
to be used as modification date.
EntityManager
.
LockMetadataProvider
to lookup the lock information captured by the interceptors.
LockModeType
to be used.
JpaEntityInformation
for the given domain class and EntityManager
.
Pageable
of the parameters, if available.
ParameterExpression
created when creating the query.
JpaRepository
instance with the given EntityManager
Query
contains named parameters.
EntityManager
is of the given type.
JpaQueryCreator
that creates a count projecting query.JpaCountQueryCreator
.
EntityInformation
to capture aditional JPA specific information about entities.JpaEntityInformation
implementations to share common method implementations.JpaEntityInformationSupport
with the given domain class.
EntityInformation
that uses JPA Metamodel
to find the domain class' id field.JpaMetamodelEntityInformation
for the given domain class and Metamodel
.
JpaMetamodelEntityInformation
that consideres methods of Persistable
to lookup the id.JpaPersistableEntityInformation
for the given domain class and Metamodel
.
CriteriaQuery
from a PartTree
.JpaQueryCreator
.
QueryMethod
.JpaQueryMethod
.
Repository
.EnableJpaRepositories
annotation.JpaRepositoryFactory
.
FactoryBean
interface to allow easy setup of
repository factories via Spring configuration.Specification
s based on the JPA criteria API.LockModeType
to be used when executing the query.LockMetadataProvider
that provide the LockModeType
to be used for query
execution.RepositoryProxyPostProcessor
that sets up interceptors to read LockModeType
information from the
invoked method.DefaultPersistenceUnitManager
to merge configurations of one persistence unit residing in multiple
persistence.xml
files into one.Specification
.
ParameterBinder
is used to bind method parameters to a Query
.ParameterBinder
.
AbstractJpaQuery
implementation based on a PartTree
.PartTreeJpaQuery
.
Querydsl
for the given EntityManager
and PathBuilder
.
SimpleJpaRepository
which adds implementation for
QueryDslPredicateExecutor
.QueryDslJpaRepository
from the given domain class and EntityManager
.
QueryDslJpaRepository
from the given domain class and EntityManager
and uses the
given EntityPathResolver
to translate the domain class into an EntityPath
.
QueryDslRepositorySupport
instance for the given domain type.
Query
.QueryHint
annotations to be bound to methods.AuditorAware
component to retrieve the current auditor.
Auditable.setCreatedDate(DateTime)
and
Auditable.setLastModifiedDate(DateTime)
shall be filled with the current Java time.
DateTimeProvider
to be used to determine the dates to be set.
EntityManager
to be used.
EntityManager
.
LockMetadataProvider
to be used to detect LockModeType
s to be applied to
queries.
CrudRepository
interface.SimpleJpaRepository
to manage objects of the given JpaEntityInformation
.
SimpleJpaRepository
to manage objects of the given domain type.
Specification
instances.Sort
into Order
s.
Predicate
for the given
Root
and CriteriaQuery
.
Auditable
on
persist events.
Auditable
on
update events.
UpdateClause
.
Specification
.
|
Spring Data Jpa | |||||||||
PREV NEXT | FRAMES NO FRAMES |