delete
Delete all entities of this type matching the given query, with optional indexed parameters.
WARNING: the default implementation of this method uses a bulk delete query and ignores cascading rules from the JPA model.
Return
the number of entities deleted.
See also
Parameters
a query string
optional sequence of indexed parameters
Delete all entities of this type matching the given query, with named parameters.
WARNING: the default implementation of this method uses a bulk delete query and ignores cascading rules from the JPA model.
Return
the number of entities deleted.
See also
Parameters
a query string
Map of named parameters
Delete all entities of this type matching the given query, with named parameters.
WARNING: the default implementation of this method uses a bulk delete query and ignores cascading rules from the JPA model.
Return
the number of entities deleted.
See also
Parameters
a query string
Parameters of named parameters