@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface KeyColumn
Map key column.
String
columnDefinition
boolean
insertable
int
length
name
nullable
precision
scale
unique
updatable
public abstract String name
public abstract boolean unique
public abstract boolean nullable
public abstract boolean insertable
public abstract boolean updatable
public abstract String columnDefinition
public abstract int length
public abstract int precision
public abstract int scale
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.