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 classAbstractDelegatedAdvice<T,E>Abstract class for Delegated Advices for Manageable EntitiesclassCloneableAdvice<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
-