| Package | Description |
|---|---|
| co.jufeng.dao.hibernate.criterion.enums | |
| co.jufeng.dao.hibernate.criterion.impl |
| Modifier and Type | Method and Description |
|---|---|
static ProjectionMode |
ProjectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionMode[] |
ProjectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionMode |
Group.getProjectionMode() |
ProjectionMode |
Count.getProjectionMode() |
| Modifier and Type | Method and Description |
|---|---|
static Count |
Count.add(ProjectionMode projectionMode) |
static Count |
Count.add(ProjectionMode projectionMode,
String name) |
static Group |
Group.add(String name,
ProjectionMode projectionMode) |
| Constructor and Description |
|---|
Count(ProjectionMode projectionMode) |
Count(ProjectionMode projectionMode,
String name) |
Copyright © 2016 jufeng. All rights reserved.