| Package | Description |
|---|---|
| org.smallmind.persistence.orm.hibernate | |
| org.smallmind.persistence.orm.morphia | |
| org.smallmind.persistence.orm.querydsl.hibernate | |
| org.smallmind.persistence.query |
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaWhereEntity |
| Modifier and Type | Method and Description |
|---|---|
WhereEntity<Class<HibernateDurable<?,?>>> |
CriteriaWhereFieldTransformer.getDefault(String entity,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaWhereEntity |
| Modifier and Type | Method and Description |
|---|---|
WhereEntity<Class<MorphiaDurable<?,?>>> |
MorphiaWhereFieldTransformer.getDefault(String entity,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
QWhereEntity |
| Modifier and Type | Method and Description |
|---|---|
WhereEntity<com.querydsl.core.types.EntityPath<?>> |
QWhereFieldTransformer.getDefault(String entity,
String name) |
| Modifier and Type | Method and Description |
|---|---|
WhereEntity<T> |
WhereFieldTransform.apply(String entity,
String name) |
abstract WhereEntity<T> |
AbstractWhereFieldTransformer.getDefault(String entity,
String name) |
WhereEntity<T> |
WhereFieldTransformer.transform(String table,
String name) |
WhereEntity<T> |
AbstractWhereFieldTransformer.transform(String entity,
String name) |
Copyright © 2017. All rights reserved.