Consider these JUnit tests:
http://pastebin.com/Yh2LAy9G
With the current version of EBean the second test fails.
My intention is, that if schema and/or catalog is set in
NamingConvention, they are used as TableName if they are not set in
the @Table-annotation.
I changed AbstractNamingConvention#getTableName() to reflect this
changes.
http://pastebin.com/Rmf6xARq
So my question is: is it intented, that schema/catalog in
NamingConvention are completely ignored, if a @Table-annotation for
the beanclasses is given?
If so, I can use my own derived class from AbstractNamingConvention
and pass it into ServerConfig#setNamingConvention(), so there is not
problem.
Greetings from Hannover, Germany.
Benjamin