2. Hibernate#
Hibernate#
Altibase provides non-standard SQL, and Hibernate supports the dialect class to perform this function.
To integrate Altibase in Hibernate, configure Altibase JDBC Driver, and AltibaseDialect.class must be specified in Hibernate's configuration.
AltibaseDialect#
Because the library provided by Hibernate does not include AltibaseDialect.class, users must compile the AltibaseDialect.java file (including AltibaseLimitHandler.Java as needed) and port it to the file provided by Hibernate to use it.
Please refer to AltibaseDialect Porting Method for detailed information.