类 MapKeyJoinColumnDelegator
- java.lang.Object
-
- org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
-
- 所有已实现的接口:
Annotation
public class MapKeyJoinColumnDelegator extends Object implements javax.persistence.JoinColumn
- 作者:
- Emmanuel Bernard
-
-
构造器概要
构造器 构造器 说明 MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Class<? extends Annotation>annotationType()StringcolumnDefinition()javax.persistence.ForeignKeyforeignKey()booleaninsertable()Stringname()booleannullable()StringreferencedColumnName()Stringtable()booleanunique()booleanupdatable()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
方法详细资料
-
name
public String name()
-
referencedColumnName
public String referencedColumnName()
-
unique
public boolean unique()
-
nullable
public boolean nullable()
-
insertable
public boolean insertable()
-
updatable
public boolean updatable()
-
columnDefinition
public String columnDefinition()
-
table
public String table()
-
foreignKey
public javax.persistence.ForeignKey foreignKey()
-
annotationType
public Class<? extends Annotation> annotationType()
- 指定者:
annotationType在接口中Annotation
-
-