public abstract static class JpaUtils.CriteriaDelete<T> extends Object
CriteriaDelete
wrapper that initialises commonly used JPA variables.
You can customise the query through apply()
and run it with
executeUpdate()
Modifier | Constructor and Description |
---|---|
protected |
CriteriaDelete(org.hibernate.SessionFactory sessionFactory,
Class<T> entity) |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply() |
void |
executeUpdate() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.