Class SessionNode
- java.lang.Object
-
- com.adgadev.jplusone.core.registry.SessionNode
-
- All Implemented Interfaces:
SessionNodeView
public class SessionNode extends java.lang.Object implements SessionNodeView
-
-
Constructor Summary
Constructors Constructor Description SessionNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLazyCollectionInitialisation(LazyInitialisation lazyInitialisation)
void
addStatement(java.lang.String sql, FrameStack operationFramesStack)
SessionNode
close(FrameStack completeSessionFrameStack)
static SessionNode
create()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adgadev.jplusone.core.registry.SessionNodeView
getOperations, getSessionFrameStack
-
-
-
-
Method Detail
-
create
public static SessionNode create()
-
addStatement
public void addStatement(java.lang.String sql, FrameStack operationFramesStack)
-
addLazyCollectionInitialisation
public void addLazyCollectionInitialisation(LazyInitialisation lazyInitialisation)
-
close
public SessionNode close(FrameStack completeSessionFrameStack)
-
-