@MongoCollection(collectionName="roles") 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, setRealmId
equals, getId, hashCode, setId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
@MongoField public String getNameIndex()
public void setNameIndex(String ignored)
public void afterRemove(MongoStoreInvocationContext invContext)
MongoIdentifiableEntity
afterRemove
in interface MongoIdentifiableEntity
Copyright © 2015. All Rights Reserved.