i’m currently testing vertica. Since vertica has a jdbc driver it should be possible to get it working.
Is there a simple way to get Eclipse link to support vertica?
Are there alternative orm framework (like hibernate) that support it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the Vertica Support Hibernate queries works with the
org.hibernate.dialect.PostgreSQLDialectwhile this is true there are still some problems (exspecially with hbm2ddl) that can only be fixed with a custom dialect.Among those are:
not sure how far postgres is from vertica but with my own custom dialect that inherits the postgres dialect everything works so far.