public class MapKeyColumnDelegator extends Object implements Column
Constructor and Description |
---|
MapKeyColumnDelegator(MapKeyColumn column) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
columnDefinition() |
boolean |
insertable() |
int |
length() |
String |
name() |
boolean |
nullable() |
int |
precision() |
int |
scale() |
String |
table() |
boolean |
unique() |
boolean |
updatable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public MapKeyColumnDelegator(MapKeyColumn column)
public String name()
public boolean unique()
public boolean nullable()
public boolean insertable()
public boolean updatable()
public String columnDefinition()
public String table()
public int length()
public int precision()
public int scale()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.