| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.foundationdb |
| ArtifactId | ArtifactIdfdb-sql-layer-hibernate |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFoundationDB SQL Layer Hibernate Dialect
Dialect providing Hibernate integration with the FoundationDB SQL Layer.
|
| Project Organization |
Project OrganizationFoundationDB, LLC |
<!-- https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/ -->
<dependency>
<groupId>com.foundationdb</groupId>
<artifactId>fdb-sql-layer-hibernate</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation 'com.foundationdb:fdb-sql-layer-hibernate:2.1.0'
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation ("com.foundationdb:fdb-sql-layer-hibernate:2.1.0")
'com.foundationdb:fdb-sql-layer-hibernate:jar:2.1.0'
<dependency org="com.foundationdb" name="fdb-sql-layer-hibernate" rev="2.1.0">
<artifact name="fdb-sql-layer-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foundationdb', module='fdb-sql-layer-hibernate', version='2.1.0')
)
libraryDependencies += "com.foundationdb" % "fdb-sql-layer-hibernate" % "2.1.0"
[com.foundationdb/fdb-sql-layer-hibernate "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.foundationdb : fdb-sql-layer-jdbc | jar | 2.1-0-jdbc41 |
| org.hibernate : hibernate-core | jar | 4.2.11.Final |