mirror of https://github.com/apache/openjpa.git
Set LockTimeout from configuration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@592909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10de9ba4eb
commit
c96881a214
|
@ -118,6 +118,7 @@ public class FetchConfigurationImpl
|
|||
OpenJPAConfiguration conf = ctx.getConfiguration();
|
||||
setFetchBatchSize(conf.getFetchBatchSize());
|
||||
setFlushBeforeQueries(conf.getFlushBeforeQueriesConstant());
|
||||
setLockTimeout(conf.getLockTimeout());
|
||||
clearFetchGroups();
|
||||
addFetchGroups(Arrays.asList(conf.getFetchGroupsList()));
|
||||
setMaxFetchDepth(conf.getMaxFetchDepth());
|
||||
|
|
Loading…
Reference in New Issue