Package | Description |
---|---|
org.ektorp.support |
Modifier and Type | Method and Description |
---|---|
DesignDocument.View |
SimpleViewGenerator.generateDocRefsAsSetView(String backRef,
String fieldName,
String typeDiscriminator) |
DesignDocument.View |
SimpleViewGenerator.generateDocRefsAsSetWithOrderByView(String backRef,
String fieldName,
String orderBy,
String typeDiscriminator) |
DesignDocument.View |
SimpleViewGenerator.generateFindByIterableView(String propertyName,
String typeDiscriminator) |
DesignDocument.View |
SimpleViewGenerator.generateFindByView(String propertyName,
String typeDiscriminator) |
DesignDocument.View |
DesignDocument.get(String viewName) |
static DesignDocument.View |
DesignDocument.View.of(View v) |
Modifier and Type | Method and Description |
---|---|
Map<String,DesignDocument.View> |
SimpleViewGenerator.generateViews(Object repository)
Generates views based on annotations found in a repository class.
|
Map<String,DesignDocument.View> |
SimpleViewGenerator.generateViewsFromPersistentType(Class<?> persistentType)
Generates views based on annotations found in a persistent class.
|
Map<String,DesignDocument.View> |
DesignDocument.getViews() |
Modifier and Type | Method and Description |
---|---|
void |
DesignDocument.addView(String name,
DesignDocument.View v) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleViewGenerator.generateView(Map<String,DesignDocument.View> views,
Field f) |
protected void |
SimpleViewGenerator.generateView(Map<String,DesignDocument.View> views,
Method me) |
Copyright © 2013. All Rights Reserved.