Interface | Description |
---|---|
EntityStoreService |
Service that returns views of the entity store as seen by tenant admins.
|
EntityStoreView |
A view of the entity store for adding, modifying, retrieving, and deleting entities that are accessible by
a tenant admin user.
|
Class | Description |
---|---|
BaseEntityStoreView |
Abstract
EntityStoreView that represents entities as json. |
BaseSQLEntityStoreView |
Base implementation of
BaseEntityStoreView using a sql database as the persistent store. |
SQLAdminEntityStoreView |
Implementation of
BaseSQLEntityStoreView from the view of a tenant admin. |
SQLEntityStoreService |
Implementation of
EntityStoreService that provides views of the entity store backed by a SQL database. |
SQLUserEntityStoreView |
Implementation of
BaseEntityStoreView from the view of a tenant user. |
Enum | Description |
---|---|
BaseEntityStoreView.EntityType |
Types of entities.
|
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.