Annotation Interface DocumentId


@Target(FIELD) @Retention(RUNTIME) public @interface DocumentId
Annotation to define properties for a database column. This annotation can be used on fields to specify custom column names, types, and additional properties.

The Column annotation provides flexibility for mapping fields to database columns, with options to customize column name, type, and other attributes.