|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectionType | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of ProjectionType in org.iternine.jeppetto.dao |
|---|
| Methods in org.iternine.jeppetto.dao that return ProjectionType | |
|---|---|
static ProjectionType |
ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProjectionType[] |
ProjectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.iternine.jeppetto.dao with parameters of type ProjectionType | |
|---|---|
Projection |
QueryModelDAO.buildProjection(String projectionField,
ProjectionType projectionType,
Iterator argsIterator)
Construct a Projection object given the passed in arguments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||