Interface Refreshable
-
- All Superinterfaces:
Manageable
,ManageableWithId
public interface Refreshable extends ManageableWithId
An entity that can be refreshed within a managed session. An entity to be implementing this interface has to implementManageableWithId.getId()
to be able to refresh.- Author:
- Shashank Sharma
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
refresh()
Refreshes this entity.-
Methods inherited from interface com.alpha.mongodb.entitymanager.entity.Manageable
detach, getEntityInformation, isManaged
-
Methods inherited from interface com.alpha.mongodb.entitymanager.entity.internal.ManageableWithId
getId
-
-
-
-
Method Detail
-
refresh
default void refresh() throws ManagedEntityRuntimeException
Refreshes this entity.- Throws:
ManagedEntityRuntimeException
- Managed Entity Runtime exception
-
-