Use to specify table name for entity.
@Table("table_name") - specifies table name to store entity in, different from default generated.
If this annotation not present, table name will be autogenerated as lowercase entity name with conversion of
CamelCaseEntityName to camel_case_entity_name.
Use to specify table name for entity. @Table("table_name") - specifies table name to store entity in, different from default generated. If this annotation not present, table name will be autogenerated as lowercase entity name with conversion of CamelCaseEntityName to camel_case_entity_name.