delete All
Delete all entities of this type from the database.
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.
Delete all entities of this type from the database.
WARNING: the default implementation of this method uses a bulk delete query and ignores cascading rules from the JPA model.
the number of entities deleted.