Re: [Virtuoso-users] Virtuoso Hibernate Dialect

2008-08-03 Thread Chris Baker
Hey Hugh, JDBC works great. The secret sauce that gets Hibernate to work is a dialect class that abstracts away the specific flavor of SQL for a database vendor. For instance how OpenLink manages dates and times through a TIMESTAMP type with casting functions. When you set up Hibernate you specif

Re: [Virtuoso-users] Virtuoso Hibernate Dialect

2008-08-03 Thread Hugh Williams
Hi Chris, Can you describe in more detail how your are attempting or would expect to be using hibernate with Virtuoso, which I presume is the object/relational persistence and query service for Java (http:// www.hibernate.org/) ? From tests we have performed with Hibernate in the past the