public interface CrudMethodMetadata
CrudMethodMetadata that provide the LockModeType to be used for query
execution.| Modifier and Type | Method and Description |
|---|---|
JpaEntityGraph |
getEntityGraph()
Returns the
JpaEntityGraph to be used. |
javax.persistence.LockModeType |
getLockModeType()
Returns the
LockModeType to be used. |
Map<String,Object> |
getQueryHints()
Returns all query hints to be applied to queries executed for the CRUD method.
|
javax.persistence.LockModeType getLockModeType()
LockModeType to be used.Map<String,Object> getQueryHints()
JpaEntityGraph getEntityGraph()
JpaEntityGraph to be used.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.