Skip to content

guide hana

travis edited this page Nov 5, 2019 · 2 revisions

SAP HANA

This section contains hints for those who use SAP HANA, a very powerful and fast RDBMS. If you have chosen a different persistence technology on purpose you can simply ignore this guide. Besides general hints about the driver there are tips for more tight integration with other SAP features or products.

Driver

The hana JDBC driver is available in Maven Central what makes your life very easy. All you need is the following maven dependency:

<dependency>
  <groupId>com.sap.cloud.db.jdbc</groupId>
  <artifactId>ngdbc</artifactId>
  <version>${hana.driver.version}</version>
</dependency>
The variable hana.driver.version may be 2.3.55, but check yourself at http://central.maven.org/maven2/com/sap/cloud/db/jdbc/ngdbc/ for the proper or most recent version.

Developer Usage

For your local development environment you will love the free SAP HANA, Express Edition.

You can run HANA in several ways:

To get started with SAP HANA, Express Edition you can check out the tutorials at the SAP Developer Center.

Pooling

TODO

Clone this wiki locally