Interface Deletable
-
- All Superinterfaces:
Manageable
public interface Deletable extends Manageable
An enhanced entity that can be deleted.- Author:
- Shashank Sharma
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
delete()
Deletes the current entity and detaches it-
Methods inherited from interface com.alpha.mongodb.entitymanager.entity.Manageable
detach, getEntityInformation, isManaged
-
-
-
-
Method Detail
-
delete
default void delete() throws ManagedEntityRuntimeException
Deletes the current entity and detaches it- Throws:
ManagedEntityRuntimeException
- Managed Entity Runtime exception
-
-