Subject | Specifying the FireBird dialect in JPA (persistence.xml) |
---|---|
Author | alexander.orlov@ymail.com |
Post date | 2011-06-30T19:00:17Z |
How can I specify the FireBird dialect in my persistence.xml?
I've found
<property name="hibernate.dialect" value="org.hibernate.dialect.FirebirdDialect"/>
but this tells Hibernate just to use the FireBirdDialect. And there is no option to specify the version. Also I'm not using Hibernate but EclipseLink as my JPA implementation library.
-Alex
I've found
<property name="hibernate.dialect" value="org.hibernate.dialect.FirebirdDialect"/>
but this tells Hibernate just to use the FireBirdDialect. And there is no option to specify the version. Also I'm not using Hibernate but EclipseLink as my JPA implementation library.
-Alex