Re: [hibernate-dev] Allowing "getListeners" method in ThreadLocal wrapped Sessions

2010-01-05 Thread Emmanuel Bernard
Done. On 4 janv. 2010, at 12:49, Sanne Grinovero wrote: > Hi, > just checked that it is already proxying all of: > org.hibernate.classic.Session.class, > org.hibernate.engine.SessionImplementor.class, > org.hibernate.jdbc.JDBCContext.Context.class,

Re: [hibernate-dev] Hibernate as a persistence engine

2010-01-05 Thread Adam Warski
Hello, > 1) There need be a separation between the "database model" and the > "entity model" and there should be a "binding" that describes the > relation between the 2. As far as Hibernate processing is concerned > (run-time) it is this binding information that is of the utmost > importance. Ye

[hibernate-dev] Testing database objects

2010-01-05 Thread Emmanuel Bernard
I've added a trivial 2 methods helper class to help discover if a table name is present in the configuration, a table + column name is present in the configuration. If you need such checking, check out in HANN SchemaUtil. ___ hibernate-dev mailing list