org.hibernate.cfg.annotations
Class MapKeyColumnDelegator

java.lang.Object
  extended by org.hibernate.cfg.annotations.MapKeyColumnDelegator
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.persistence.Column

public class MapKeyColumnDelegator
extends java.lang.Object
implements javax.persistence.Column

Author:
Emmanuel Bernard

Constructor Summary
MapKeyColumnDelegator(javax.persistence.MapKeyColumn column)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

MapKeyColumnDelegator

public MapKeyColumnDelegator(javax.persistence.MapKeyColumn column)
Method Detail

name

public java.lang.String name()

unique

public boolean unique()

nullable

public boolean nullable()

insertable

public boolean insertable()

updatable

public boolean updatable()

columnDefinition

public java.lang.String columnDefinition()

table

public java.lang.String table()

length

public int length()

precision

public int precision()

scale

public int scale()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


Copyright © 2012. All Rights Reserved.