类 MapKeyColumnDelegator
- java.lang.Object
-
- org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- 所有已实现的接口:
Annotation
public class MapKeyColumnDelegator extends Object implements javax.persistence.Column
- 作者:
- Emmanuel Bernard
-
-
构造器概要
构造器 构造器 说明 MapKeyColumnDelegator(javax.persistence.MapKeyColumn column)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Class<? extends Annotation>annotationType()StringcolumnDefinition()booleaninsertable()intlength()Stringname()booleannullable()intprecision()intscale()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()
-
unique
public boolean unique()
-
nullable
public boolean nullable()
-
insertable
public boolean insertable()
-
updatable
public boolean updatable()
-
columnDefinition
public String columnDefinition()
-
table
public String table()
-
length
public int length()
-
precision
public int precision()
-
scale
public int scale()
-
annotationType
public Class<? extends Annotation> annotationType()
- 指定者:
annotationType在接口中Annotation
-
-