com.jpattern.orm.annotation.column
Class AnnotationColumnInfo

java.lang.Object
  extended by 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

Constructor Summary
AnnotationColumnInfo(String javaColumnName)
           
 
Method Summary
 String getDBColumnName()
          Return the dbColumnName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationColumnInfo

public AnnotationColumnInfo(String javaColumnName)
Method Detail

getDBColumnName

public String getDBColumnName()
Description copied from interface: ColumnInfo
Return the dbColumnName

Specified by:
getDBColumnName in interface ColumnInfo
Returns:


Copyright © 2013. All Rights Reserved.