com.jpattern.orm.annotation.column
Class AnnotationColumnInfo
java.lang.Object
com.jpattern.orm.annotation.column.AnnotationColumnInfo
- All Implemented Interfaces:
- ColumnInfo
public class AnnotationColumnInfo
- extends Object
- implements ColumnInfo
It returns the column name based on the name set in the Column annotation
- Author:
- cinafr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationColumnInfo
public AnnotationColumnInfo(String javaColumnName)
getDBColumnName
public String getDBColumnName()
- Description copied from interface:
ColumnInfo
- Return the dbColumnName
- Specified by:
getDBColumnName in interface ColumnInfo
- Returns:
Copyright © 2013. All Rights Reserved.