Spring Data Jpa

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

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

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

Methods in org.springframework.data.jpa.repository.support that return LockModeRepositoryPostProcessor
static LockModeRepositoryPostProcessor LockModeRepositoryPostProcessor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockModeRepositoryPostProcessor[] LockModeRepositoryPostProcessor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data Jpa

Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.