Uses of Class
com.alpha.mongodb.entitymanager.exception.ManagedEntityRuntimeException
-
Packages that use ManagedEntityRuntimeException Package Description com.alpha.mongodb.entitymanager.entity com.alpha.mongodb.entitymanager.exception -
-
Uses of ManagedEntityRuntimeException in com.alpha.mongodb.entitymanager.entity
Methods in com.alpha.mongodb.entitymanager.entity that throw ManagedEntityRuntimeException 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.default <E extends Manageable>
ECloneable. copy()Copies an entity but does not save it in the database.default voidDeletable. delete()Deletes the current entity and detaches itdefault voidRefreshable. refresh()Refreshes this entity.default <E extends Manageable>
ECloneable. simpleClone()Simple clone with identity callbackdefault voidUpdatable. update()Updates the entity and refreshes it. -
Uses of ManagedEntityRuntimeException in com.alpha.mongodb.entitymanager.exception
Subclasses of ManagedEntityRuntimeException in com.alpha.mongodb.entitymanager.exception Modifier and Type Class Description classEntityDetachedExceptionThrown when an entity is detached and a proxied implementation is being called.classEntityNotFoundExceptionThrown when a refresh is called on an entity that doesn't exist in the databaseclassManagedEntityInitializationExceptionThrown when an entity is not able to be initialized
-