Skip to content

Which JAR?

xcesco edited this page Sep 5, 2017 · 8 revisions

Kripton is composed by different artifacts (JARS).

deployment

In this section you will found a list of artifacts and where to use them:

  • kripton-android-library: used for Android platform. It includes SQLite and SharedPreference base support.
  • kripton: used for Java platform: it includes JSON and XML persistence contexts.
  • kripton-retrofit-converter: allow to integrate Kripton and Retrofit.
  • kripton-dataformat-cbor: allow to use CBOR persistence context.
  • kripton-dataformat-properties: allow to use (Java) properties persistence context.
  • kripton-dataformat-yaml: allow to use YAML persistence context.
  • kripton-dataformat-simle: allow to use SMILE persistence context.

Table of Contents

Query definition

Features

Relations

Multithread supports

Modularization

Annotations for data convertion

Annotations for SQLite ORM

Annotations for shared preferences

Clone this wiki locally