deleteAll

@CheckReturnValue
@GenerateBridge
open fun deleteAll(): Uni<Long>

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.

See also