Uses of Interface
com.alpha.mongodb.entitymanager.proxy.advice.DelegatedAdvice
-
Packages that use DelegatedAdvice Package Description com.alpha.mongodb.entitymanager.proxy.advice -
-
Uses of DelegatedAdvice in com.alpha.mongodb.entitymanager.proxy.advice
Classes in com.alpha.mongodb.entitymanager.proxy.advice that implement DelegatedAdvice Modifier and Type Class Description class
AbstractDelegatedAdvice<T,E>
Abstract class for Delegated Advices for Manageable Entitiesclass
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
-