Interface Updatable
-
- All Superinterfaces:
Manageable
public interface Updatable extends Manageable
A managed entity that can be updated.- Author:
- Shashank Sharma
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
update()
Updates the entity and refreshes it.-
Methods inherited from interface com.alpha.mongodb.entitymanager.entity.Manageable
detach, getEntityInformation, isManaged
-
-
-
-
Method Detail
-
update
default void update() throws ManagedEntityRuntimeException
Updates the entity and refreshes it.- Throws:
ManagedEntityRuntimeException
- Managed Entity Runtime exception
-
-