phoenix-hibernate-dialect icon indicating copy to clipboard operation
phoenix-hibernate-dialect copied to clipboard

An Apache Phoenix Hibernate dialect

Results 2 phoenix-hibernate-dialect issues
Sort by recently updated
recently updated
newest added

I am getting this error: ```ERROR 1200 (42Z00): Sequence already exists. tableName=HIBERNATE_SEQUENCE``` I can not configure my Entity class to seamlessly update existing table. However, the program runs as expected...

There is no difference with or without these lines in my case: ... @ImportResource(locations = "classpath:/META-INF/ctx.spring.weaving.xml") ... DynamicInstrumentationLoader.waitForInitialized(); DynamicInstrumentationLoader.initLoadTimeWeavingContext(); I am using HBase 1.4.9., Phoenix 4.14.1, and Spring Boot 2.0.1