Annotation Type SQLDeleteAll


  • @Target({TYPE,FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface SQLDeleteAll
    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.