couchbase-lite-jpa

JPA provider for CouchbaseLite. Not a full JPA implementation yet, but most annotations are working.

License

License

Categories

Categories

Couchbase Data Databases Net
GroupId

GroupId

net.dankito.jpa.couchbaselite
ArtifactId

ArtifactId

couchbase-lite-jpa
Last Version

Last Version

1.0.0-alpha6
Release Date

Release Date

Type

Type

jar
Description

Description

couchbase-lite-jpa
JPA provider for CouchbaseLite. Not a full JPA implementation yet, but most annotations are working.
Project URL

Project URL

https://github.com/dankito/couchbase-lite-jpa
Source Code Management

Source Code Management

https://github.com/dankito/couchbase-lite-jpa

Download couchbase-lite-jpa

How to add to project

<!-- https://jarcasting.com/artifacts/net.dankito.jpa.couchbaselite/couchbase-lite-jpa/ -->
<dependency>
    <groupId>net.dankito.jpa.couchbaselite</groupId>
    <artifactId>couchbase-lite-jpa</artifactId>
    <version>1.0.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/net.dankito.jpa.couchbaselite/couchbase-lite-jpa/
implementation 'net.dankito.jpa.couchbaselite:couchbase-lite-jpa:1.0.0-alpha6'
// https://jarcasting.com/artifacts/net.dankito.jpa.couchbaselite/couchbase-lite-jpa/
implementation ("net.dankito.jpa.couchbaselite:couchbase-lite-jpa:1.0.0-alpha6")
'net.dankito.jpa.couchbaselite:couchbase-lite-jpa:jar:1.0.0-alpha6'
<dependency org="net.dankito.jpa.couchbaselite" name="couchbase-lite-jpa" rev="1.0.0-alpha6">
  <artifact name="couchbase-lite-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dankito.jpa.couchbaselite', module='couchbase-lite-jpa', version='1.0.0-alpha6')
)
libraryDependencies += "net.dankito.jpa.couchbaselite" % "couchbase-lite-jpa" % "1.0.0-alpha6"
[net.dankito.jpa.couchbaselite/couchbase-lite-jpa "1.0.0-alpha6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61
org.jetbrains.kotlin : kotlin-reflect jar 1.3.61
com.couchbase.lite : couchbase-lite-java-core jar 1.4.1
net.dankito.jpa.annotationreader : api jar 1.0.0-alpha5
org.slf4j : slf4j-api jar 1.7.25

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.12.1
com.couchbase.lite : couchbase-lite-java jar 1.4.1
net.dankito.utils : java-utils jar 1.0.10
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

couchbase-lite-jpa

JPA provider for CouchbaseLite. Not a full JPA implementation yet, but most annotations are working.

Preferable use in conjunction with jpa-apt to that JPA meta model gets generated at build time and no time consuming annotation reading with reflection at application start up is required.

Setup

Gradle:

dependencies {
  compile 'net.dankito.jpa.couchbaselite:couchbase-lite-jpa:1.0-alpha'
}

Maven:

<dependency>
   <groupId>net.dankito.jpa.couchbaselite</groupId>
   <artifactId>couchbase-lite-jpa</artifactId>
   <version>1.0-alpha</version>
</dependency>

License

Copyright 2017 dankito

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0-alpha3
1.0-alpha2
1.0-alpha