Modifier and Type | Method and Description |
---|---|
<T extends MongoIdentifiableEntity> |
MongoStore.countEntities(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStore.loadEntities(Class<T> type,
com.mongodb.DBObject query,
com.mongodb.DBObject sort,
int firstResult,
int maxResults,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStore.loadEntities(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStore.loadEntity(Class<T> type,
String id,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStore.loadSingleEntity(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MongoStore.insertEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context)
Insert new entity
|
<S> boolean |
MongoStore.pullItemFromList(MongoIdentifiableEntity entity,
String listPropertyName,
S itemToPull,
MongoStoreInvocationContext context) |
<S> boolean |
MongoStore.pushItemToList(MongoIdentifiableEntity entity,
String listPropertyName,
S itemToPush,
boolean skipIfAlreadyPresent,
MongoStoreInvocationContext context) |
boolean |
MongoStore.removeEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context) |
void |
MongoStore.updateEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context)
Update existing entity
|
Modifier and Type | Method and Description |
---|---|
boolean |
MongoStore.removeEntities(Class<? extends MongoIdentifiableEntity> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
boolean |
MongoStore.removeEntity(Class<? extends MongoIdentifiableEntity> type,
String id,
MongoStoreInvocationContext context) |
Modifier and Type | Method and Description |
---|---|
<T extends MongoIdentifiableEntity> |
MongoStoreInvocationContext.getLoadedEntity(Class<T> type,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
MongoStoreInvocationContext.addCreatedEntity(MongoIdentifiableEntity entity) |
void |
MongoStoreInvocationContext.addLoadedEntity(MongoIdentifiableEntity entity) |
void |
MongoStoreInvocationContext.addRemovedEntity(MongoIdentifiableEntity entity) |
void |
MongoStoreInvocationContext.addUpdateTask(MongoIdentifiableEntity entityToUpdate,
MongoTask task) |
Modifier and Type | Method and Description |
---|---|
void |
MongoStoreInvocationContext.beforeDBSearch(Class<? extends MongoIdentifiableEntity> entityType) |
Modifier and Type | Method and Description |
---|---|
protected <T extends MongoIdentifiableEntity> |
MongoStoreImpl.convertCursor(Class<T> type,
com.mongodb.DBCursor cursor,
MongoStoreInvocationContext context) |
protected <T extends MongoIdentifiableEntity> |
MongoStoreImpl.convertDBObjectToEntity(Class<T> type,
com.mongodb.DBObject dbObject,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStoreImpl.countEntities(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStoreImpl.loadEntities(Class<T> type,
com.mongodb.DBObject query,
com.mongodb.DBObject sort,
int firstResult,
int maxResults,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStoreImpl.loadEntities(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStoreImpl.loadEntity(Class<T> type,
String id,
MongoStoreInvocationContext context) |
<T extends MongoIdentifiableEntity> |
MongoStoreImpl.loadSingleEntity(Class<T> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MongoStoreImpl.insertEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context) |
<S> boolean |
MongoStoreImpl.pullItemFromList(MongoIdentifiableEntity entity,
String listPropertyName,
S itemToPull,
MongoStoreInvocationContext context) |
<S> boolean |
MongoStoreImpl.pushItemToList(MongoIdentifiableEntity entity,
String listPropertyName,
S itemToPush,
boolean skipIfAlreadyPresent,
MongoStoreInvocationContext context) |
boolean |
MongoStoreImpl.removeEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context) |
void |
MongoStoreImpl.updateEntity(MongoIdentifiableEntity entity,
MongoStoreInvocationContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MongoStoreImpl.removeEntities(Class<? extends MongoIdentifiableEntity> type,
com.mongodb.DBObject query,
MongoStoreInvocationContext context) |
boolean |
MongoStoreImpl.removeEntity(Class<? extends MongoIdentifiableEntity> type,
String id,
MongoStoreInvocationContext context) |
Modifier and Type | Method and Description |
---|---|
<T extends MongoIdentifiableEntity> |
TransactionMongoStoreInvocationContext.getLoadedEntity(Class<T> type,
String id) |
<T extends MongoIdentifiableEntity> |
SimpleMongoStoreInvocationContext.getLoadedEntity(Class<T> type,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionMongoStoreInvocationContext.addCreatedEntity(MongoIdentifiableEntity entity) |
void |
SimpleMongoStoreInvocationContext.addCreatedEntity(MongoIdentifiableEntity entity) |
void |
TransactionMongoStoreInvocationContext.addLoadedEntity(MongoIdentifiableEntity entity) |
void |
SimpleMongoStoreInvocationContext.addLoadedEntity(MongoIdentifiableEntity entity) |
void |
TransactionMongoStoreInvocationContext.addRemovedEntity(MongoIdentifiableEntity entity) |
void |
SimpleMongoStoreInvocationContext.addRemovedEntity(MongoIdentifiableEntity entity) |
void |
TransactionMongoStoreInvocationContext.addUpdateTask(MongoIdentifiableEntity entityToUpdate,
MongoTask task) |
void |
SimpleMongoStoreInvocationContext.addUpdateTask(MongoIdentifiableEntity entityToUpdate,
MongoTask task) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionMongoStoreInvocationContext.beforeDBSearch(Class<? extends MongoIdentifiableEntity> entityType) |
void |
SimpleMongoStoreInvocationContext.beforeDBSearch(Class<? extends MongoIdentifiableEntity> entityType) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMongoAdapter<T extends MongoIdentifiableEntity> |
class |
ClientAdapter<T extends MongoIdentifiableEntity> |
Modifier and Type | Field and Description |
---|---|
protected T |
ClientAdapter.clientEntity |
Modifier and Type | Class and Description |
---|---|
class |
MongoApplicationEntity |
class |
MongoOAuthClientEntity |
class |
MongoRealmEntity |
class |
MongoRoleEntity |
class |
MongoUserEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMongoAdapter<T extends MongoIdentifiableEntity> |
Modifier and Type | Class and Description |
---|---|
class |
MongoUsernameLoginFailureEntity |
class |
MongoUserSessionEntity |
Copyright © 2015. All Rights Reserved.