Topic outline
- Using Hibernate with InterSystems IRIS
Using Hibernate with InterSystems IRIS
Get the basics of using Hibernate with InterSystems IRIS® data platform in this video series.
Hibernate is one of many third-party tools that you can use to connect your Java application to InterSystems IRIS in addition to the built-in technologies: JDBC, XEP, and Native API. Hibernate allows you to map your Java objects to your relational tables in InterSystems IRIS. If you already know how to use Hibernate, you can use it with InterSystems IRIS in the exact same way as with any other database. The important settings to know for connecting using Hibernate are the following:
- Driver class: com.intersystems.jdbc.IRISDriver
- Connection URL: jdbc:IRIS://IP:Port/NAMESPACE where IP, Port, and NAMESPACE are replaced by your values)
- Dialect: org.hibernate.dialect.InterSystemsIRISDialect
The videos below show:
- When and why to use Hibernate
- Connecting Hibernate to InterSystems IRIS and annotating your Java data classes
- Saving, retrieving from, and querying InterSystems IRIS with Hibernate
1. Introduction
2. Setting Up and Annotating
3. Saving, Retrieving, and Querying
Mark me "complete" for these videos.
- Driver class: com.intersystems.jdbc.IRISDriver
- Share Your Feedback!
Share Your Feedback!
- What's Next?
What's Next?
Connect your Java applications to InterSystems® products and technologies with Connecting Java Applications to InterSystems Products (learning path, 3h)