Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.EditorPersistence
- Enclosing interface:
EntityEditor<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>>
public static interface EntityEditor.EditorPersistence
Manages the
EntityPersistence used by this editor-
Method Summary
-
Method Details
-
get
EntityPersistence get()- Returns:
- the
EntityPersistenceused by this editor
-
set
- Parameters:
persistence- theEntityPersistenceto use, default is set if null- Throws:
IllegalStateException- in case the current instance is not replaceable- See Also:
-