Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Jordan Laughlin
nsard" <[EMAIL PROTECTED]> To: "Max Rydahl Andersen" <[EMAIL PROTECTED]> Cc: Sent: Thursday, October 20, 2005 2:31 AM Subject: Re: [Hibernate] Re: Hibernate tools 3.1 beta 1 Max Rydahl Andersen a écrit : go look at tools.hibernate.org where all the download links are

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Xavier Poinsard
Max Rydahl Andersen a écrit : > go look at tools.hibernate.org where all the download links are. tools.hibernate.org redirects to http://www.hibernate.org/255.html and the download link at the top of the page points to http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=141977

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Max Rydahl Andersen
On Thu, 20 Oct 2005 10:59:42 +0200, Xavier Poinsard <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen a écrit : The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant features support for annotations and query parameters in the query console, a reveng.xml editor and many improvemen

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

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 02:08 pm, Max Rydahl Andersen wrote: > >> I'll look at syncing up with the latest webtools. > >> > > > > Max, > > I try with last webtools cvs and it work.I will make that JDBCFilter > > return true > > for all dependencies (exported and imported keys). > > webtools

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 07:59 am, Max Rydahl Andersen wrote: > On Wed, 13 Apr 2005 23:12:53 +0200, snpe <[EMAIL PROTECTED]> wrote: > > > Hello, > > yes, i want limit metadata and I wait for your changes > > ok. > > > > > Question 1: > > Can I limit dependencies (many-to-one,one-to-many) in J

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
I'll look at syncing up with the latest webtools. Max, I try with last webtools cvs and it work.I will make that JDBCFilter return true for all dependencies (exported and imported keys). webtools have complete jdbc framework (you can get table description,column,indexes, keys ..) - hibernat

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
On Wed, 13 Apr 2005 23:12:53 +0200, snpe <[EMAIL PROTECTED]> wrote: Hello, yes, i want limit metadata and I wait for your changes ok. Question 1: Can I limit dependencies (many-to-one,one-to-many) in JDBCBinder ? for example check box in Artifact wizard : Want you make one-to-many ? If no then

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread snpe
Hello, yes, i want limit metadata and I wait for your changes Question 1: Can I limit dependencies (many-to-one,one-to-many) in JDBCBinder ? for example check box in Artifact wizard : Want you make one-to-many ? If no then we doesn't make imported keys (jdbc concept for another side of forei