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 void
Deletable. delete()
Deletes the current entity and detaches itdefault void
Refreshable. refresh()
Refreshes this entity.default <E extends Manageable>
ECloneable. simpleClone()
Simple clone with identity callbackdefault void
Updatable. 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 class
EntityDetachedException
Thrown when an entity is detached and a proxied implementation is being called.class
EntityNotFoundException
Thrown when a refresh is called on an entity that doesn't exist in the databaseclass
ManagedEntityInitializationException
Thrown when an entity is not able to be initialized
-