Re: [Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Max, This is change : line 214-218 in ArtifactGeneratorWizard except this : public Object execute() { cfg.readFromJDBC(new JDBCFilter() { public boolean acceptTableName(TableIdentifier name) { return !name.getName().startsWith("BIN$"); // to avoid oracle pain. HACK! need to

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 15:35:47 +0200, snpe <[EMAIL PROTECTED]> wrote: Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co

[Hibernate] Removing admin news on the forum

2005-04-18 Thread Emmanuel Bernard
Any objection to remove the sticked admin news which are deprecated (eg Simultaneous release Hibernate 2.0.3 and 2.1beta2 ). -- Emmanuel Bernard [EMAIL PROTECTED] callto://emmanuelbernard http://www.hibernate.org ---

[Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co.yu/org.hibernate.reveng1.zip regards Haris Peco On Monday 18 April

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 04:52:27 +0200, snpe <[EMAIL PROTECTED]> wrote: Max, I see new version JDBCFilter etc Can I change reveng plugin or you have yet adding JDBCFilter now uses TableIdentifier which should allow you to filter on catalog and schema. Partial rev.eng is not done yet. -- -- Max Rydahl