Annotation Interface Entity
Marks a class as an entity for 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 be considered entities during entity scanning and mapping processes.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team