예제 #1
0
 protected DbUser initUser() {
   return getSessionDataContainer().getUser(engineContext.getSessionId(), parameters.getRefresh());
 }
예제 #2
0
 protected long getEngineSessionSeqId() {
   if (engineContext.getSessionId() == null) {
     throw new RuntimeException("No sessionId found for query " + getClass().getName());
   }
   return getSessionDataContainer().getEngineSessionSeqId(engineContext.getSessionId());
 }