We discussed this a little in the meeting.
There is another, contradictory "requirement" that the sources
(org.hibernate.metamodel.spi.sources) be able to report back all
logical names. Initially we had decided to try and have sources return
null to indicate that the naming strategy should b
Grrr, of course that last line should have read:
Essentially replaces NamingStrategy#classToTableName
On Fri 17 Feb 2012 01:01:09 PM CST, Steve Ebersole wrote:
> As an example to start discussions, here is my first method proposal:
>
> public interface LogicalNamingStrategy {
> /**
> * Determin
As an example to start discussions, here is my first method proposal:
public interface LogicalNamingStrategy {
/**
* Determine the logical table name to use for the specified entity in
cases where the mapping did
* not specify one explicitly.
*
* @param
In Austin we had discussed splitting up NamingStrategy into
LogicalNamingStrategy and PhysicalNamingStrategy. I am starting to
think though and work on that task.
We said that the "sources" (the collective term for annotations and
hbm.xml) would return null to indicate that the logical naming