Package org.hibernate.annotations

Annotation Type SQLDeleteAll


  • @Target({TYPE,FIELD,METHOD})@Retention(RUNTIME)public @interfaceSQLDeleteAll
    Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entire collection is deleted from the database.