Uses of Class
org.apache.empire.db.DBRecordBean
Packages that use DBRecordBean
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRecordBean in org.apache.empire.db
Methods in org.apache.empire.db that return DBRecordBeanModifier and TypeMethodDescriptionCreates a new recordCreates a new recordReads a record from the database This method can only be used for tables with a single primary keyReads a record from the databaseDBRecordBean.read(DBContext context, DBRowSet rowset, Object[] key, DBRowSet.PartialMode mode, DBColumn... columns) Reads a record partially i.e. not with all but just some selected fields There are two modes: 1.DBRecordBean.read(DBContext context, DBRowSet rowset, DBCompareExpr whereConstraints) Reads a record from the databaseOverridden to change return type from DBCommandExpr to DBCommand