jar

net.dankito.jpa.couchbaselite : couchbase-lite-jpa

Maven & Gradle

Feb 02, 2021
1 stars

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

Table Of Contents

Latest Version

Download net.dankito.jpa.couchbaselite : couchbase-lite-jpa JAR file - Latest Versions:

All Versions

Download net.dankito.jpa.couchbaselite : couchbase-lite-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window couchbase-lite-jpa-1.0.0-alpha6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.dankito.jpa.couchbaselite

├─ net.dankito.jpa.couchbaselite.CouchbaseLiteEntityManagerBase.class - [JAR]

├─ net.dankito.jpa.couchbaselite.Dao.class - [JAR]

net.dankito.jpa.util

├─ net.dankito.jpa.util.CrudOperation.class - [JAR]

├─ net.dankito.jpa.util.DatabaseCompacter.class - [JAR]

├─ net.dankito.jpa.util.DatabaseSettings.class - [JAR]

├─ net.dankito.jpa.util.IValueConverter.class - [JAR]

├─ net.dankito.jpa.util.ValueConverter.class - [JAR]

net.dankito.jpa.migration

├─ net.dankito.jpa.migration.Migrator.class - [JAR]

net.dankito.jpa.relationship.collections

├─ net.dankito.jpa.relationship.collections.EntitiesCollection.class - [JAR]

├─ net.dankito.jpa.relationship.collections.LazyLoadingEntitiesCollection.class - [JAR]

├─ net.dankito.jpa.relationship.collections.LazyLoadingManyToManyEntitiesCollection.class - [JAR]

├─ net.dankito.jpa.relationship.collections.ManyToManyEntitiesCollection.class - [JAR]

net.dankito.jpa.cache

├─ net.dankito.jpa.cache.DaoCache.class - [JAR]

├─ net.dankito.jpa.cache.LruObjectCache.class - [JAR]

├─ net.dankito.jpa.cache.ObjectCache.class - [JAR]

net.dankito.jpa.entitymanager

├─ net.dankito.jpa.entitymanager.ChangedEntity.class - [JAR]

├─ net.dankito.jpa.entitymanager.EntityManagerConfiguration.class - [JAR]

├─ net.dankito.jpa.entitymanager.IEntityManager.class - [JAR]

Advertisement