Package | Description |
---|---|
sirius.db.es | |
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
sirius.db.mixing | |
sirius.db.mongo |
Thin layer above Mongo DB.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticQuery<E extends ElasticEntity>
Provides a fluent query API for Elasticsearch.
|
Modifier and Type | Method and Description |
---|---|
<E extends BaseEntity<?>,C extends Constraint,Q extends Query<Q,E,C>> |
ElasticEntity.getMapper() |
Modifier and Type | Class and Description |
---|---|
class |
SmartQuery<E extends SQLEntity>
Provides a query DSL which is used to query
SQLEntity instances from the database. |
Modifier and Type | Method and Description |
---|---|
<E extends BaseEntity<?>,C extends Constraint,Q extends Query<Q,E,C>> |
SQLEntity.getMapper() |
Modifier and Type | Class and Description |
---|---|
class |
BaseMapper<B extends BaseEntity<?>,C extends Constraint,Q extends Query<?,? extends B,C>>
Declares the common functionality of a mapper which is responsible for storing and loading entities to and from a database.
|
Modifier and Type | Method and Description |
---|---|
abstract <E extends BaseEntity<?>,C extends Constraint,Q extends Query<Q,E,C>> |
BaseEntity.getMapper()
Provides the
mapper which is used to actually manage the entity. |
Modifier and Type | Method and Description |
---|---|
void |
DateRange.applyTo(String field,
Query<?,?,?> qry)
Applies this date range to the given query in the given field.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoQuery<E extends MongoEntity>
Creates a new query against MongoDB.
|
Modifier and Type | Method and Description |
---|---|
<E extends BaseEntity<?>,C extends Constraint,Q extends Query<Q,E,C>> |
MongoEntity.getMapper() |
Copyright © 2018. All rights reserved.