com.knowgate.dataobjs |
Java to Relational Database Persistence Objects
|
Java Source File Name | Type | Comment |
DB.java | Class | |
DBApp.java | Class | Just a wrapper of DBBind for loading database connection properties from
"app" instead of "hipergate" profile. |
DBAudit.java | Class | Keeps an operations log at a file or database table. |
DBBeanInfo.java | Class | |
DBBind.java | Class | |
DBBindBeanInfo.java | Class | |
DBColumn.java | Class | |
DBCommand.java | Class | |
DBCRM.java | Class | Just a wrapper of DBBind for loading database connection properties from
"crm" instead of "hipergate" profile. |
DBDemo.java | Class | Just a wrapper of DBBind for loading database connection properties from
"demo" instead of "hipergate" profile. |
DBDevel.java | Class | Just a wrapper of DBBind for loading database connection properties from
"devel" instead of "hipergate" profile. |
DBException.java | Class | |
DBExtranet.java | Class | Just a wrapper of DBBind for loading database connection properties from
"extranet" instead of "hipergate" profile. |
DBIntranet.java | Class | Just a wrapper of DBBind for loading database connection properties from
"intranet" instead of "hipergate" profile. |
DBKeySet.java | Class | |
DBPersist.java | Class | Core class for persisting Java objects as registers in a RDMS.
Althought not an abstract class, DBPersist is mainly designed to be inherited
by a child class implementing specific behavior for reading a writting a Java
object from and to a relational database.
DBPersist mantains an internal collection of values each one mapped to a database field.
This mapping is done automatically by DBPersist reading the target table metadata definition
and preparing the proper internal value set.
This object keeps the internal value set in memory as long as it is not garbage collected,
but it does not mantaing any session information nor transaction management with the database. |
DBPortal.java | Class | Just a wrapper of DBBind for loading database connection properties from
"portal" instead of "hipergate" profile. |
DBReal.java | Class | Just a wrapper of DBBind for loading database connection properties from
"real" instead of "hipergate" profile. |
DBSaxHandler.java | Class | |
DBShop.java | Class | Just a wrapper of DBBind for loading database connection properties from
"shop" instead of "hipergate" profile. |
DBSite.java | Class | Just a wrapper of DBBind for loading database connection properties from
"site" instead of "hipergate" profile. |
DBSubset.java | Class | A bidimensional array representing data readed from a database table.
The DBSubset object is used for reading a collection of registers from the database
and kept them in memory for inmediate access. |
DBSubsetCache.java | Class | |
DBSupport.java | Class | Just a wrapper of DBBind for loading database connection properties from
"support" instead of "hipergate" profile. |
DBTable.java | Class | |
DBTest.java | Class | Just a wrapper of DBBind for loading database connection properties from
"test" instead of "hipergate" profile. |
DBWeb.java | Class | Just a wrapper of DBBind for loading database connection properties from
"web" instead of "hipergate" profile. |
DBWork.java | Class | Just a wrapper of DBBind for loading database connection properties from
"work" instead of "hipergate" profile. |