Spring Data Jpa

Uses of Class
org.springframework.data.jpa.repository.support.JpaEntityInformationSupport

Packages that use JpaEntityInformationSupport
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

Uses of JpaEntityInformationSupport in org.springframework.data.jpa.repository.support
 

Subclasses of JpaEntityInformationSupport in org.springframework.data.jpa.repository.support
 class JpaMetamodelEntityInformation<T,ID extends Serializable>
          Implementation of EntityInformation that uses JPA Metamodel to find the domain class' id field.
 class JpaPersistableEntityInformation<T extends Persistable<ID>,ID extends Serializable>
          Extension of JpaMetamodelEntityInformation that consideres methods of Persistable to lookup the id.
 


Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.