Uses of Class
org.tentackle.session.AbstractSessionConfiguration
-
Packages that use AbstractSessionConfiguration Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of AbstractSessionConfiguration in org.tentackle.session
Subclasses of AbstractSessionConfiguration in org.tentackle.session Modifier and Type Class Description classBackendConfigurationConfiguration for a database backend.
The configuration is stored via the standardPreferencesand provides the paramaters necessary to connect to the database backend.
The config refers to aDriverConfigurationthat loads the corresponding driver.classDriverConfigurationConfiguration for a backend driver.
The configuration is stored via the standardPreferencesand provides the paramaters necessary to load the a driver.
-