public class MapKeyColumnDelegator
extends java.lang.Object
implements javax.persistence.Column
Constructor and Description |
---|
MapKeyColumnDelegator(javax.persistence.MapKeyColumn column) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
java.lang.String |
columnDefinition() |
boolean |
insertable() |
int |
length() |
java.lang.String |
name() |
boolean |
nullable() |
int |
precision() |
int |
scale() |
java.lang.String |
table() |
boolean |
unique() |
boolean |
updatable() |
public MapKeyColumnDelegator(javax.persistence.MapKeyColumn column)
public java.lang.String name()
public boolean unique()
public boolean nullable()
public boolean insertable()
public boolean updatable()
public java.lang.String columnDefinition()
public java.lang.String table()
public int length()
public int precision()
public int scale()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.