| License |
License
NuoDB Terms and Conditions
|
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.nuodb.hibernate |
| ArtifactId | ArtifactIdnuodb-hibernate |
| Last Version | Last Version21.0.0-hib5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNuoDB Hibernate Dialect
Custom NuoDB driver and NuoDB Hibernate dialect classes for use with JDK 1.8, and newer.
See https://doc.nuodb.com/nuodb/latest/client-development/using-the-nuodb-java-hibernate-driver.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nuodb-hibernate-21.0.0-hib5.pom | |
| nuodb-hibernate-21.0.0-hib5.jar | 16 KB |
| nuodb-hibernate-21.0.0-hib5-sources.jar | 446 bytes |
| nuodb-hibernate-21.0.0-hib5-javadoc.jar | 446 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/ -->
<dependency>
<groupId>com.nuodb.hibernate</groupId>
<artifactId>nuodb-hibernate</artifactId>
<version>21.0.0-hib5</version>
</dependency>
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation 'com.nuodb.hibernate:nuodb-hibernate:21.0.0-hib5'
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation ("com.nuodb.hibernate:nuodb-hibernate:21.0.0-hib5")
'com.nuodb.hibernate:nuodb-hibernate:jar:21.0.0-hib5'
<dependency org="com.nuodb.hibernate" name="nuodb-hibernate" rev="21.0.0-hib5">
<artifact name="nuodb-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nuodb.hibernate', module='nuodb-hibernate', version='21.0.0-hib5')
)
libraryDependencies += "com.nuodb.hibernate" % "nuodb-hibernate" % "21.0.0-hib5"
[com.nuodb.hibernate/nuodb-hibernate "21.0.0-hib5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nuodb.jdbc : nuodb-jdbc | jar | [23.0,) |
| org.hibernate : hibernate-core | jar | 5.6.5.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-testing | jar | 5.6.5.Final |
| junit : junit | jar | 4.13.2 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.0 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.5.0 |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.5.0 |
| com.h2database : h2 | jar | 1.4.200 |