@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Column
Where will detect this annotation:
Object oriented way: Suid,SuidRich,MoreTable will detect.
The create SQL command (Ddl.java) generated according to the Javabean will detect.
Where will not detect this annotation:
Entities in PreparedSql are used as return types, and column annotations are not detected for entities.
Mapsuid will not detect
JustFetch annotated fields should not be annotated with Column.
public abstract String value
Copyright © 2025. All rights reserved.