Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.dbobj

Packages that use com.jcorporate.expresso.core.dbobj
com.jcorporate.expresso.core The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.  
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.i18n This package contains classes used for Expresso's I18N capabilities.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.ext.ldap This package contains the LDAP-aware implementation of the UserInfo interface.  
com.jcorporate.expresso.ext.xml.dbobj Contains database objects for configuring XSL transformations of XML output from Controller objects. 
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
com.jcorporate.expresso.services.test Contains classes that assist in unit testing using JUnit and Cactus testing. 
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.controller
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.dataobjects.jdbc
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
DBObjectDef
          This object contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.db
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.dbobj
AuditedSecuredDBObject
          AuditedSecuredDBObject is an extension of SecuredDBObject that always writes an audit entry to the AuditLog table.
CacheUtils
          Utility methods for putting a DBObject into a cache.
DBField
          A DBField object represents a single field definition in a DBObjectDef.
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
LOBSupport
          Deprecated. since Expresso 5.3 the ways it worked on LOBs wasn't remotely efficient and has been replaced by the implementation in com.jcorporate.expresso. core.dataobjects.jdbc.LOBField
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
MultiDBObject
          This class handles joins the 'old' way.
NextNumber
          Base class for pluggable next number autoincrementing system.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

SchemaFactory
          Schemas are a batch of singletons, as such, there should only be one instance.
SecuredDBObject
          A database object can be stored in a table (or tables), can be retrieved, and various other operations Specific database objects extend this object
ValidValue
          A valid value is a enumerated collection very similar to a pure Struts label and value bean.
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.i18n
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.misc
MultiDBObject
          This class handles joins the 'old' way.
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.core.security
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.ext.dbobj
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
SecuredDBObject
          A database object can be stored in a table (or tables), can be retrieved, and various other operations Specific database objects extend this object
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.ext.dbobj.regobj
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
SecuredDBObject
          A database object can be stored in a table (or tables), can be retrieved, and various other operations Specific database objects extend this object
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.ext.ldap
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.ext.xml.dbobj
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
SecuredDBObject
          A database object can be stored in a table (or tables), can be retrieved, and various other operations Specific database objects extend this object
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.services.controller.dbmaint
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.services.dbobj
DBObject
          DBObjects are the core of Expresso's object-relational mapping.
LookupInterface
          Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
RequestContext
          Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
SecuredDBObject
          A database object can be stored in a table (or tables), can be retrieved, and various other operations Specific database objects extend this object
 

Classes in com.jcorporate.expresso.core.dbobj used by com.jcorporate.expresso.services.test
Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.