| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.query |
| Modifier and Type | Method and Description |
|---|---|
<T> MongoField<T> |
Morphium.createMongoField() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MongoField> |
MorphiumConfig.getFieldImplClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumConfig.setFieldImplClass(Class<? extends MongoField> fieldImplClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoFieldImpl<T>
User: Stpehan Bösebeck
Date: 26.03.12
Time: 15:18
default implementation of a MongoField
|
| Modifier and Type | Method and Description |
|---|---|
MongoField<T> |
QueryImpl.f(Enum... f) |
MongoField<T> |
Query.f(Enum... f) |
MongoField<T> |
QueryImpl.f(Enum f) |
MongoField<T> |
Query.f(Enum field)
same as f(field.name())
|
MongoField<T> |
QueryImpl.f(String... f) |
MongoField<T> |
Query.f(String... f) |
MongoField<T> |
QueryImpl.f(String f) |
MongoField<T> |
Query.f(String f)
Get a field.
|
Copyright © 2017. All rights reserved.