@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Column
String
comment
boolean
insertable
JdbcType
jdbcType
int
length
name
nullable
updatable
public abstract String name
public abstract boolean updatable
public abstract String comment
public abstract boolean nullable
public abstract boolean insertable
public abstract int length
public abstract JdbcType jdbcType
Copyright © 2024. All rights reserved.