Interface EntityRemover

All Known Implementing Classes:
HibernateAnyTypeDao

public interface EntityRemover
Provides operations for removing entities in bulk.
Since:
7.14
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> int
    Remove all of the persistent objects of the specified type
  • Method Details

    • removeAllPersistentObjectsByType

      <T> int removeAllPersistentObjectsByType(Class<T> type)
      Remove all of the persistent objects of the specified type
      Parameters:
      type - the class of the persistent objects to remove
      Returns:
      the number of objects deleted.