Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.data.jpa.repository Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AbstractJpaQueryAbstract base class to implement RepositoryQuerys.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
AuditingBeanDefinitionParserBeanDefinitionParser for the auditing element.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
CrudMethodMetadataInterface to abstract CrudMethodMetadata that provide the LockModeType to be used for queryAuthor:Oliver Gierke, Thomas DarimontInterfaceorg.springframework.data.jpa.repository.supportSpringData CouchDb
DefaultJpaContextDefault implementation of JpaContext.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
DefaultJpaEntityMetadataDefault implementation for JpaEntityMetadata.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
EnableJpaAuditingAnnotation to enable auditing in JPA via annotation configuration.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
EnableJpaRepositoriesAnnotation to enable JPA repositories.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
EntityGraphAnnotation to configure the JPA 2.Classorg.springframework.data.jpa.repositorySpringData CouchDb
EntityGraph .EntityGraphTypeClassorg.springframework.data.jpa.repository.EntityGraphSpringData CouchDb
EntityManagerBeanDefinitionRegistrarPostProcessorBeanFactoryPostProcessor to register a SharedEntityManagerCreator for everyEntityManagerFactory bean definition found in the application context to enable autowiringClassorg.springframework.data.jpa.repository.supportSpringData CouchDb
InvalidJpaQueryMethodExceptionSignals that we encountered an invalid query method.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
Jpa21UtilsUtils for bridging various JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaContextInterface for components to provide useful information about the current JPA setup within the currentSince:1.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
JpaCountQueryCreatorSpecial JpaQueryCreator that creates a count projecting query.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaEntityGraphEntityGraph configuration for JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaEntityInformationExtension of EntityInformation to capture additional JPA specific information about entities.Interfaceorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaEntityInformationSupportBase class for JpaEntityInformation implementations to share common method implementations.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaEntityMetadataJPA specific extension of EntityMetadata.Interfaceorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaMetamodelEntityInformationto find the domain class' id field.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaParametersCustom extension of Parameters discovering additional query parameter annotations.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaPersistableEntityInformationExtension of JpaMetamodelEntityInformation that consideres methods of Persistable to lookup the id.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaQueryCreatorQuery creator to create a CriteriaQuery from a PartTree.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryExecutionSet of classes to contain query execution strategies.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryLookupStrategyQuery lookup strategy to execute finders.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryMethodJPA specific extension of QueryMethod.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaRepositoryJPA specific extension of Repository.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
JpaRepositoryConfigExtensionJPA specific configuration extension parsing custom attributes from the XML namespace andEnableJpaRepositories annotation.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
JpaRepositoryExtensionA portable CDI extension which registers beans for Spring Data JPA repositories.Classorg.springframework.data.jpa.repository.cdiSpringData CouchDb
JpaRepositoryFactoryJPA specific generic repository factory.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaRepositoryFactoryBeanSpecial adapter for Springs FactoryBean interface to allow easy setup ofrepository factories via Spring configuration.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaRepositoryNameSpaceHandlerSimple namespace handler for repositories namespace.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
JpaSpecificationExecutorInterface to allow execution of Specifications based on the JPA criteria API.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
LockAnnotation used to specify the LockModeType to be used when executing the query.Classorg.springframework.data.jpa.repositorySpringData CouchDb
ModifyingIndicates a method should be regarded as modifying query.Classorg.springframework.data.jpa.repositorySpringData CouchDb
ParameterBinderParameterBinder is used to bind method parameters to a Query.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
PartTreeJpaQueryA AbstractJpaQuery implementation based on a PartTree.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
ProcedureAnnotation to declare JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
QueryAnnotation to declare finder queries directly on repository methods.Classorg.springframework.data.jpa.repositorySpringData CouchDb
QuerydslHelper instance to ease access to Querydsl JPA query API.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryDslJpaRepositoryQueryDsl specific extension of SimpleJpaRepository which adds implementation forQueryDslPredicateExecutor.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryDslRepositorySupportBase class for implementing repositories using QueryDsl library.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryHintsWrapper annotation to allow QueryHint annotations to be bound to methods.Classorg.springframework.data.jpa.repositorySpringData CouchDb
QueryUtilsSimple utility class to create JPA queries.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
SimpleJpaRepositoryDefault implementation of the CrudRepository interface.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
StringQueryParameterBinderParameterBinder that takes StringQuery.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
TemporalAnnotation to declare an appropriate TemporalType on query method parameters.Classorg.springframework.data.jpa.repositorySpringData CouchDb