Spring Data Jpa

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

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

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

Subclasses of JpaMetamodelEntityInformation in org.springframework.data.jpa.repository.support
 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.