Spring Data JPA

Uses of Package
org.springframework.data.jpa.repository.support

Packages that use org.springframework.data.jpa.repository.support
org.springframework.data.jpa.repository.query Query implementation to exectue queries against JPA. 
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.query
JpaEntityMetadata
          JPA specific extension of EntityMetadata.
 

Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.support
CrudMethodMetadata
          Interface to abstract CrudMethodMetadata that provide the LockModeType to be used for query execution.
JpaEntityInformation
          Extension of EntityInformation to capture aditional JPA specific information about entities.
JpaEntityInformationSupport
          Base class for JpaEntityInformation implementations to share common method implementations.
JpaEntityMetadata
          JPA specific extension of EntityMetadata.
JpaMetamodelEntityInformation
          Implementation of EntityInformation that uses JPA Metamodel to find the domain class' id field.
PersistenceProvider
          Enumeration representing persistence providers to be used.
Querydsl
          Helper instance to ease access to Querydsl JPA query API.
SimpleJpaRepository
          Default implementation of the CrudRepository interface.
 


Spring Data JPA

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.