Uses of Class
org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
-
Packages that use GCloudSessionDataStore.EntityDataModel Package Description org.eclipse.jetty.gcloud.session -
-
Uses of GCloudSessionDataStore.EntityDataModel in org.eclipse.jetty.gcloud.session
Fields in org.eclipse.jetty.gcloud.session declared as GCloudSessionDataStore.EntityDataModel Modifier and Type Field Description protected GCloudSessionDataStore.EntityDataModel
GCloudSessionDataStore. _model
Methods in org.eclipse.jetty.gcloud.session that return GCloudSessionDataStore.EntityDataModel Modifier and Type Method Description GCloudSessionDataStore.EntityDataModel
GCloudSessionDataStore. getEntityDataModel()
GCloudSessionDataStore.EntityDataModel
GCloudSessionDataStoreFactory. getEntityDataModel()
Methods in org.eclipse.jetty.gcloud.session with parameters of type GCloudSessionDataStore.EntityDataModel Modifier and Type Method Description void
GCloudSessionDataStore. setEntityDataModel(GCloudSessionDataStore.EntityDataModel model)
void
GCloudSessionDataStoreFactory. setEntityDataModel(GCloudSessionDataStore.EntityDataModel model)
-