Uses of Class
de.aristaflow.ilm.base.sessionmanagement.Session
-
Packages that use Session Package Description de.aristaflow.ilm.base.service de.aristaflow.ilm.base.sessionmanagement -
-
Uses of Session in de.aristaflow.ilm.base.service
Fields in de.aristaflow.ilm.base.service declared as Session Modifier and Type Field Description @NotNull SessionAbortTransactionException. session -
Uses of Session in de.aristaflow.ilm.base.sessionmanagement
Subclasses of Session in de.aristaflow.ilm.base.sessionmanagement Modifier and Type Class Description classSessionTokenFields in de.aristaflow.ilm.base.sessionmanagement declared as Session Modifier and Type Field Description @Valid SessionSession. parentSessionSet this to sessions for interactions belonging to a sub-transaction of the transaction of the designated session.Methods in de.aristaflow.ilm.base.sessionmanagement that return Session Modifier and Type Method Description static SessionTransformation. toIlmSession(SessionToken session)
-