org.hibernate.cfg.annotations
Class MapKeyJoinColumnDelegator
java.lang.Object
org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.persistence.JoinColumn
public class MapKeyJoinColumnDelegator
- extends java.lang.Object
- implements javax.persistence.JoinColumn
- Author:
- Emmanuel Bernard
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 |
MapKeyJoinColumnDelegator
public MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column)
name
public java.lang.String name()
referencedColumnName
public java.lang.String referencedColumnName()
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()
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2011. All Rights Reserved.