according your suggestions - I look at HibernateNature - it is
suitable to
fix the issue;
I remember, you told what it has some drawbacks with performance for DB with
many tables -
as I see this problem could also be in xml code completion - cause it uses
HibernateNature - so
may be it will be right to use HibernateNature here and create new issue to
fix/workaround performance problem?
[ Show > ]
<
http://jira.jboss.com/jira/secure/ViewProfile.jspa?name=vyemialyanchyk>
Vitali Yemialyanchyk [17/Mar/08 02:04 PM] Max, according your suggestions -
I look at HibernateNature - it is suitable to fix the issue; I remember, you
told what it has some drawbacks with performance for DB with many tables -
as I see this problem could also be in xml code complition - so may be it
will be right to use HibernateNature here and create new issue to
fix/workaround performance problem?
Well, I don't want us to be causing performance problems in the Java editor
because of table/column code completion.....so need to fix that performance first.
For that look into the CachedMetaDataDialect in hibernatetools and there are
tests that I started working on that does incremental reading of jdbcmetadata
that could be used. But I havent looked at it for a while so not sure how much
is missing.
-max