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.
  • Class
    Description
    This class is a lightweight Map implementation using an ArrayList
    The Entry class represents a map entry
    This class is a lightweight Set implementation using an ArrayList
    This 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.BeanUtils
    Provided the implementation for the BeanUtils methods
     
    Definition of Copy flags
    ColumnUtils This class contains a set of generic functions for Columns
    This 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 value
    The 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 enum
     
    SqlFormat This class pretty-formats an SQL command.
    DefaultSqlFormatter Uses the default implementation to format SQL
    SQL KeyWord
    SqlFormatter interface for customization
    This class contains common functions for comparing and converting values of type String.
    ObjectStringifier Converts an object to a String
     
    This class allows to customize value type conversion as well as other value related functions.