Uses of Interface
is.codion.framework.model.EntityEditor.PersistTask
Packages that use EntityEditor.PersistTask
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
EntitySearchModel.PERSISTENCE_AWARE
-
Uses of EntityEditor.PersistTask in is.codion.framework.model
Methods in is.codion.framework.model that return EntityEditor.PersistTaskModifier and TypeMethodDescriptionEntityEditor.DeleteTaskBuilder.build()EntityEditor.InsertTaskBuilder.build()EntityEditor.UpdateTaskBuilder.build()EntityEditModel.PersistTasks.delete()Creates a newEntityEditor.PersistTaskinstance for deleting the active entity.Creates a newEntityEditor.PersistTaskinstance for deleting the given entity.EntityEditModel.PersistTasks.delete(Collection<Entity> entities) Creates a newEntityEditor.PersistTaskinstance for deleting the given entities.EntityEditModel.PersistTasks.insert()Creates a newEntityEditor.PersistTaskinstance for inserting the active entity.Creates a newEntityEditor.PersistTaskinstance for inserting the given entity.EntityEditModel.PersistTasks.insert(Collection<Entity> entities) Creates a newEntityEditor.PersistTaskinstance for inserting the given entities.EntityEditModel.PersistTasks.update()Creates a newEntityEditor.PersistTaskinstance for updating the active entity.Creates a newEntityEditor.PersistTaskinstance for updating the given entity.EntityEditModel.PersistTasks.update(Collection<Entity> entities) Creates a newEntityEditor.PersistTaskinstance for updating the given entities.