Re: [appfuse-user] Obtaining the Database Metadata

2007-07-07 Thread Matt Raible
You can get a connection from Hibernate's session object. Matt On 7/3/07, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote: Hello, I'm translating an app from JDBC to Appfuse. My App uses connection.getMetaData(); in order to retrieve a java.sql.DatabaseMetaData object that has the information of

[appfuse-user] Obtaining the Database Metadata

2007-07-03 Thread Daniel.Rodriguez
Hello, I'm translating an app from JDBC to Appfuse. My App uses connection.getMetaData(); in order to retrieve a java.sql.DatabaseMetaData object that has the information of the current database. How can I do the equivalent in Hibernate/Spring ? Thanks--. -- View this message in context: h