Package | Description |
---|---|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
Modifier and Type | Method and Description |
---|---|
static SingleParamFunction |
SingleParamFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleParamFunction[] |
SingleParamFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
WhereClause.addFunctionCall(SingleParamFunction function,
String expression)
Creates a function call from the supplied function and parameter.
|
Copyright © 2008–2018. All rights reserved.