public class

MapKeyColumnDelegator

extends Object
java.lang.Object
   ↳ org.hibernate.cfg.annotations.MapKeyColumnDelegator

Summary

Public Constructors
MapKeyColumnDelegator(MapKeyColumn column)
Public Methods
Class<? extends Annotation> annotationType()
String columnDefinition()
boolean insertable()
int length()
String name()
boolean nullable()
int precision()
int scale()
String table()
boolean unique()
boolean updatable()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MapKeyColumnDelegator (MapKeyColumn column)

Public Methods

public Class<? extends Annotation> annotationType ()

public String columnDefinition ()

public boolean insertable ()

public int length ()

public String name ()

public boolean nullable ()

public int precision ()

public int scale ()

public String table ()

public boolean unique ()

public boolean updatable ()