orientechnologies / spring-data-orientdb

OrientDB implementation for SpringData

Home Page:http://forum.springsource.org/showthread.php?99627-OrientDB-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@Column is not working

linhlam opened this issue · comments

There's any ways to make @column annotation working for POJO class as field name of POJO is not always as same as column name of data column. It's really appreciated if someone can give me solution on this problem.

Thanks