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 classCloneableAdvice<E>Cloneable Advice that implementsCloneable.clone(Cloneable.CopiedEntityCallback)andCloneable.copy()methodsclassDeletableAdvice<E>Deletable Advice that implementsDeletable.delete()methodclassManageableAdvice<E>Manageable Advice that implementsManageable.isManaged()andManageable.detach()methods.classRefreshableAdvice<E>Refreshable advice that implementsRefreshable.refresh()methodclassUpdatableAdvice<E>Updatable Advice that implementsUpdatable.update()method
-