Routine Core data model definition used with JPA repository implementation.See: Description
| Class | Description |
|---|---|
| OperationData | |
| OperationNoticeData | |
| OperationPropertyData | |
| TaskData | |
| TaskNoticeData | |
| TaskPropertyData |
Routine Core data model definition used with JPA repository implementation.
There is standard JPA model, compatible with Hibernate 4.3 or later.
Note, to support SpringDataTaskRepository#deleteTasks(java.util.List, java.time.Instant) operation,
schema for this model must contain set of ON DELETE CASCADE constraints. With the reference
implementation this constraint introduced via update ddl. See update scripts located in
classpath://update.sql file for implementation details.
See update.sql in module classpath.