Package org.omnifaces.persistence.model
Annotation Type NonDeletable
-
@Target(TYPE) @Retention(RUNTIME) public @interface NonDeletable
When put on a
BaseEntity, then any attempt toBaseEntityService.delete(BaseEntity)will throwNonDeletableEntityException.