Javadoc says the opposite as in code example
--------------------------------------------
Key: HHH-7029
URL:
https://hibernate.onjira.com/browse/HHH-7029
Project: Hibernate ORM
Issue Type: Bug
Reporter: George Gastaldi
Priority: Trivial
In
http://docs.jboss.org/hibernate/core/4.0/devguide/en-US/html_single/#inte...,
the last line of the code example states:
{code:java}
// 3) This form adds the specified listener(s) to the end of the listener
chain
eventListenerRegistry.prependListeners( EventType.AUTO_FLUSH,
myListenersToBeCalledLast );
{code}
The method name should appendListeners
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira