Annotation Interface IgnoreEntity


@Retention(RUNTIME) @Target(TYPE) public @interface IgnoreEntity
Marks a class as being ignored for entity mapping in the Bibernate framework. This annotation is typically applied to a class within a Java class hierarchy that represents entities in a data store. When present, instances of the annotated class will not be treated as entities during entity scanning and mapping processes.
Since:
1.0
Author:
Blyzhnytsia Team