Package | Description |
---|---|
org.mycontroller.standalone.api.jaxrs.model | |
org.mycontroller.standalone.db.dao |
Modifier and Type | Method and Description |
---|---|
static ResourcePurgeConf.OPERATOR |
ResourcePurgeConf.OPERATOR.fromString(String text) |
static ResourcePurgeConf.OPERATOR |
ResourcePurgeConf.OPERATOR.get(int id) |
static ResourcePurgeConf.OPERATOR |
ResourcePurgeConf.OPERATOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePurgeConf.OPERATOR[] |
ResourcePurgeConf.OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseAbstractDaoImpl.updatePurgeCondition(com.j256.ormlite.stmt.Where<?,Object> where,
String key,
Object value,
ResourcePurgeConf.OPERATOR operator) |
Copyright © 2015–2019. All rights reserved.