public class MapKeyJoinColumnDelegator
extends java.lang.Object
implements javax.persistence.JoinColumn
Constructor and Description |
---|
MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
java.lang.String |
columnDefinition() |
javax.persistence.ForeignKey |
foreignKey() |
boolean |
insertable() |
java.lang.String |
name() |
boolean |
nullable() |
java.lang.String |
referencedColumnName() |
java.lang.String |
table() |
boolean |
unique() |
boolean |
updatable() |
public MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column)
public java.lang.String name()
public java.lang.String referencedColumnName()
public boolean unique()
public boolean nullable()
public boolean insertable()
public boolean updatable()
public java.lang.String columnDefinition()
public java.lang.String table()
public javax.persistence.ForeignKey foreignKey()
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.