@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface ElementColumn
Array, collection, or map element 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–2022 Apache Software Foundation. All rights reserved.