Uses of Interface
com.alpha.mongodb.entitymanager.entity.Cloneable.CopiedEntityCallback
-
Packages that use Cloneable.CopiedEntityCallback Package Description com.alpha.mongodb.entitymanager.entity -
-
Uses of Cloneable.CopiedEntityCallback in com.alpha.mongodb.entitymanager.entity
Methods in com.alpha.mongodb.entitymanager.entity with parameters of type Cloneable.CopiedEntityCallback Modifier and Type Method Description default <E extends Manageable>
ECloneable. clone(Cloneable.CopiedEntityCallback<E> callback)
Provides an implementation of cloning a document and saving it inside the database.
-