Subject Specifying the FireBird dialect in JPA (persistence.xml)
Author alexander.orlov@ymail.com
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