Skip navigation links

Package org.ametiste.routine.infrastructure.persistency.jpa.data

This package contains Routine Core data model definition used with JPA repository implementation.

See: Description

Package org.ametiste.routine.infrastructure.persistency.jpa.data Description

This package contains 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.

Skip navigation links