Uses of Package
org.apache.empire.commons

Packages that use org.apache.empire.commons
org.apache.empire   
org.apache.empire.commons This package contains various common classes for error handling, specific data types and data type conversion. 
org.apache.empire.data This package contains interfaces for data and metadata handling. 
org.apache.empire.data.bean This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). 
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.derby This package contains classes necessary to support the Apache Derby database system. 
org.apache.empire.db.expr.column This package contains SQL-generator classes for column expressions. 
org.apache.empire.db.expr.compare This package contains SQL-generator classes for compare expressions used in the where and having clause. 
org.apache.empire.db.expr.join This package contains SQL-generator classes for join expressions used in the from clause. 
org.apache.empire.db.expr.order   
org.apache.empire.db.expr.set This package contains SQL-generator classes for set expressions used in the set clause. 
org.apache.empire.db.h2 This package contains classes necessary to support the H2 database system. 
org.apache.empire.db.hsql This package contains classes necessary to support the HSQLDB database system. 
org.apache.empire.db.mysql This package contains classes necessary to support the MySQL database system. 
org.apache.empire.db.oracle This package contains classes necessary to support the Oracle database system. 
org.apache.empire.db.postgresql This package contains classes necessary to support the PostgreSQL database system. 
org.apache.empire.db.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
org.apache.empire.xml This package contains classes for XML generation and configuration. 
 

Classes in org.apache.empire.commons used by org.apache.empire
ErrorObject
          This class holds and provides information about the last error that occured on an object.
ErrorType
          The ErrorType class defines a type of error.
 

Classes in org.apache.empire.commons used by org.apache.empire.commons
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject.ObjectErrorInfo
          This class is internally used by the ErrorObject to provide thread-safe access to the error information.
ErrorType
          The ErrorType class defines a type of error.
ObjectUtils.NoValue
          This class eplicitly defines that an Object has not been assined a value.
This may be used in cases where the value of null may be a valid value.
OptionEntry
          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.
Options
          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.
Options.InsertPos
           
 

Classes in org.apache.empire.commons used by org.apache.empire.data
Options
          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.
 

Classes in org.apache.empire.commons used by org.apache.empire.data.bean
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
Options
          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.
 

Classes in org.apache.empire.commons used by org.apache.empire.db
Attributes
          This class holds a map of objects which are identified by a case insensitive key string.
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
ErrorType
          The ErrorType class defines a type of error.
Options
          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.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.derby
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.column
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.compare
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.join
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.order
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.set
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.h2
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.hsql
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.mysql
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.oracle
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.postgresql
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.sqlserver
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.xml
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 



Copyright © 2008-2010 Apache Software Foundation. All Rights Reserved.