org.hibernate.cfg.annotations
Class MapKeyJoinColumnDelegator
java.lang.Object
   org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
- All Implemented Interfaces: 
- Annotation, JoinColumn
- public class MapKeyJoinColumnDelegator 
- extends Object- implements JoinColumn
- Author:
- Emmanuel Bernard
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
MapKeyJoinColumnDelegator
public MapKeyJoinColumnDelegator(MapKeyJoinColumn column)
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()
- 
 
- 
 
annotationType
public Class<? extends Annotation> annotationType()
- 
- Specified by:
- annotationTypein interface- Annotation
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.