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. 
 

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.
JpaEntityInformationSupport
          Base class for JpaEntityInformation implementations to share common method implementations.
JpaMetamodelEntityInformation
          Implementation of EntityInformation that uses JPA Metamodel to find the domain class' id field.
PersistenceProvider
          Enumeration representing peristence providers to be used.
SimpleJpaRepository
          Default implementation of the CrudRepository interface.
 


Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.