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.support JPA repository implementations. 
org.springframework.data.jpa.repository.utils JPA specific utitlity functions. 
 

Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.support
JpaEntityInformation
          Extension of EntityInformation to capture aditional JPA specific information about entities.
JpaMetamodelEntityInformation
          Implementation of EntityInformation that uses JPA Metamodel to find the domain class' id field.
QueryDslJpaRepository.EntityPathResolver
          Strategy interface to abstract the ways to translate an plain domain class into a EntityPath.
SimpleJpaRepository
          Default implementation of the Repository interface.
 

Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.utils
JpaEntityInformation
          Extension of EntityInformation to capture aditional JPA specific information about entities.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.