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