Interface EntityManager<EntityImpl extends Entity>
- All Known Subinterfaces:
ByteArrayEntityManager,PropertyEntityManager
- All Known Implementing Classes:
AbstractEngineEntityManager,AbstractEntityManager,AbstractServiceEngineEntityManager,ByteArrayEntityManagerImpl,PropertyEntityManagerImpl
public interface EntityManager<EntityImpl extends Entity>
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptioncreate()voiddelete(EntityImpl entity) voiddelete(EntityImpl entity, boolean fireDeleteEvent) voidvoidinsert(EntityImpl entity) voidinsert(EntityImpl entity, boolean fireCreateEvent) update(EntityImpl entity) update(EntityImpl entity, boolean fireUpdateEvent)
-
Method Details
-
create
EntityImpl create() -
findById
-
insert
-
insert
-
update
-
update
-
delete
-
delete
-
delete
-