protected static boolean |
GoraUtils.configurationExist(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to check if a value exist in the configuration class
NOTE:> Checks only if is not null
|
static org.apache.gora.query.Query<Object,org.apache.gora.persistency.Persistent> |
GoraUtils.constractQueryFromConfiguration(org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore,
GoraConfiguration conf) |
Utility method to construct a new query from the exchange
NOTE: values used in order construct the query should be stored in the "in" message headers.
|
static org.apache.gora.query.Query<Object,org.apache.gora.persistency.Persistent> |
GoraUtils.constractQueryFromPropertiesMap(Map<String,?> propertiesMap,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore,
GoraConfiguration conf) |
Utility method to construct a new query from the exchange
NOTE: values used in order construct the query should be stored in the "in" message headers.
|
protected static Object |
GoraUtils.getAttribute(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration
|
protected static Long |
GoraUtils.getAttributeAsLong(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration as Long
|
protected static String |
GoraUtils.getAttributeAsString(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration as String
|