org.hibernate.cfg.annotations
Class CustomizableColumns

java.lang.Object
  extended by org.hibernate.cfg.annotations.CustomizableColumns
All Implemented Interfaces:
java.lang.annotation.Annotation, Columns

public class CustomizableColumns
extends java.lang.Object
implements Columns

Author:
Emmanuel Bernard

Constructor Summary
CustomizableColumns(javax.persistence.Column[] columns)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 javax.persistence.Column[] columns()
           
 
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

CustomizableColumns

public CustomizableColumns(javax.persistence.Column[] columns)
Method Detail

columns

public javax.persistence.Column[] columns()

annotationType

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


Copyright © 2010. All Rights Reserved.