Interface ManageableWithId
-
- All Superinterfaces:
Manageable
- All Known Subinterfaces:
Refreshable
public interface ManageableWithId extends Manageable
Entity that has a getter method that returns id. Not to be used by external users- Author:
- Shashank Sharma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getId()
-
Methods inherited from interface com.alpha.mongodb.entitymanager.entity.Manageable
detach, getEntityInformation, isManaged
-
-
-
-
Method Detail
-
getId
Object getId()
-
-