Hibernate dialect for SQLite inspired from the NHibernate one.
First posted on 14 Mar 23:08 2008
License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdcom.github.gwenn |
ArtifactId | ArtifactIdsqlite-dialect |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSQLite dialect for Hibernate
SQLite dialect for Hibernate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite-dialect-0.1.2.pom | |
sqlite-dialect-0.1.2.jar | 12 KB |
sqlite-dialect-0.1.2-sources.jar | 7 KB |
sqlite-dialect-0.1.2-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/ -->
<dependency>
<groupId>com.github.gwenn</groupId>
<artifactId>sqlite-dialect</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation 'com.github.gwenn:sqlite-dialect:0.1.2'
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation ("com.github.gwenn:sqlite-dialect:0.1.2")
'com.github.gwenn:sqlite-dialect:jar:0.1.2'
<dependency org="com.github.gwenn" name="sqlite-dialect" rev="0.1.2">
<artifact name="sqlite-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwenn', module='sqlite-dialect', version='0.1.2')
)
libraryDependencies += "com.github.gwenn" % "sqlite-dialect" % "0.1.2"
[com.github.gwenn/sqlite-dialect "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.2.12.Final |
Hibernate dialect for SQLite inspired from the NHibernate one.
First posted on 14 Mar 23:08 2008