public abstract class AbstractMongoAdapter<T extends MongoIdentifiableEntity> extends Object
Modifier and Type | Field and Description |
---|---|
protected MongoStoreInvocationContext |
invocationContext |
Constructor and Description |
---|
AbstractMongoAdapter(MongoStoreInvocationContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected abstract T |
getMongoEntity() |
protected MongoStore |
getMongoStore() |
int |
hashCode() |
protected void |
updateMongoEntity() |
protected final MongoStoreInvocationContext invocationContext
public AbstractMongoAdapter(MongoStoreInvocationContext invocationContext)
protected abstract T getMongoEntity()
protected void updateMongoEntity()
protected MongoStore getMongoStore()
Copyright © 2016 JBoss by Red Hat. All rights reserved.