Package org.apache.empire.commons
package org.apache.empire.commons
This package contains various common classes for error handling, specific data types and data type conversion.
-
ClassDescriptionArrayMap<K,
V> This class is a lightweight Map implementation using an ArrayListArrayMap.Entry<K,V> The Entry class represents a map entryArraySet<E>This class is a lightweight Set implementation using an ArrayListThis class holds a map of objects which are identified by a case insensitive key string.BeanPropertyUtils provides methods for getting and setting bean property values It is a replacement for org.apache.commons.beanutils.BeanUtilsProvided the implementation for the BeanUtils methodsDefinition of Copy flagsColumnUtils This class contains a set of generic functions for ColumnsThis class contains common functions for comparing and converting values of type Date.EnumValue allows to provide a custom conversion between an enum and its database valueThe ErrorType class defines a type of error.This class contains common functions for comparing and converting values from and to the database As well as other useful Array and List related functions.This class defines one possible value of a field and it's description
This class is used by the Options class to implement a set of options where the option value us used as the key for the set.
The text should only be used for display purposes e.g. to display a drop-down in a user interface.This class represents a list of possible values that are valid for a particular field.
Additionally the class provides a text string describing the value for display purposes.
The class is implemented as a set of OptionEntry objects where the entry value is used as the key for the set and thus must be unique.InsertPos enumSqlFormat This class pretty-formats an SQL command.DefaultSqlFormatter Uses the default implementation to format SQLSQL KeyWordSqlFormatter interface for customizationThis class contains common functions for comparing and converting values of type String.ObjectStringifier Converts an object to a StringUnwrappable<T>This class allows to customize value type conversion as well as other value related functions.