Spring Data JPA

Uses of Interface
org.springframework.data.jpa.repository.support.CrudMethodMetadata

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

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

Methods in org.springframework.data.jpa.repository.support with parameters of type CrudMethodMetadata
 void SimpleJpaRepository.setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata)
          Configures a custom CrudMethodMetadata to be used to detect LockModeTypes and query hints to be applied to queries.
 


Spring Data JPA

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