org.hibernate.cfg.annotations
Class CustomizableColumns
java.lang.Object
org.hibernate.cfg.annotations.CustomizableColumns
- All Implemented Interfaces:
- java.lang.annotation.Annotation, Columns
public class CustomizableColumns
- extends Object
- implements Columns
- 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 |
CustomizableColumns
public CustomizableColumns(javax.persistence.Column[] columns)
columns
public javax.persistence.Column[] columns()
annotationType
public Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2002-2011 Red Hat Middleware, LLC. All Rights Reserved