Uses of Class
com.alpha.mongodb.entitymanager.proxy.advice.AbstractDelegatedAdvice
-
Packages that use AbstractDelegatedAdvice Package Description com.alpha.mongodb.entitymanager.proxy.advice -
-
Uses of AbstractDelegatedAdvice in com.alpha.mongodb.entitymanager.proxy.advice
Subclasses of AbstractDelegatedAdvice in com.alpha.mongodb.entitymanager.proxy.advice Modifier and Type Class Description class
CloneableAdvice<E>
Cloneable Advice that implementsCloneable.clone(Cloneable.CopiedEntityCallback)
andCloneable.copy()
methodsclass
DeletableAdvice<E>
Deletable Advice that implementsDeletable.delete()
methodclass
ManageableAdvice<E>
Manageable Advice that implementsManageable.isManaged()
andManageable.detach()
methods.class
RefreshableAdvice<E>
Refreshable advice that implementsRefreshable.refresh()
methodclass
UpdatableAdvice<E>
Updatable Advice that implementsUpdatable.update()
method
-