@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Inherited public @interface SqlColumn
String
value
def
boolean
ignore
int
length
notNull
scale
JdbcType
type
public abstract String value
public abstract boolean notNull
public abstract JdbcType type
public abstract int length
public abstract int scale
public abstract String def
public abstract boolean ignore
Copyright © 2022. All rights reserved.