@MongoCollection(collectionName="roles") @MongoIndex(fields="nameIndex", unique=true) public class MongoRoleEntity extends RoleEntity implements MongoIdentifiableEntity
| Constructor and Description |
|---|
MongoRoleEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRemove(MongoStoreInvocationContext invContext)
Lifecycle callback, which is called after removal of this object from Mongo.
|
String |
getNameIndex() |
void |
setNameIndex(String ignored) |
getApplicationId, getCompositeRoleIds, getDescription, getName, getRealmId, setApplicationId, setCompositeRoleIds, setDescription, setName, setRealmIdequals, getId, hashCode, setId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setId@MongoField public String getNameIndex()
public void setNameIndex(String ignored)
public void afterRemove(MongoStoreInvocationContext invContext)
MongoIdentifiableEntityafterRemove in interface MongoIdentifiableEntityCopyright © 2014. All Rights Reserved.