Uses of Class
org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
-
Packages that use JDBCSessionDataStore.SessionTableSchema Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of JDBCSessionDataStore.SessionTableSchema in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as JDBCSessionDataStore.SessionTableSchema Modifier and Type Field Description protected JDBCSessionDataStore.SessionTableSchema
JDBCSessionDataStore. _sessionTableSchema
Methods in org.eclipse.jetty.server.session with parameters of type JDBCSessionDataStore.SessionTableSchema Modifier and Type Method Description void
JDBCSessionDataStore. setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema schema)
void
JDBCSessionDataStoreFactory. setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema schema)
-