Uses of Enum
org.apache.empire.db.DBRowSet.FieldInitMode
Packages that use DBRowSet.FieldInitMode
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRowSet.FieldInitMode in org.apache.empire.db
Methods in org.apache.empire.db that return DBRowSet.FieldInitModeModifier and TypeMethodDescriptionstatic DBRowSet.FieldInitModeReturns the enum constant of this type with the specified name.static DBRowSet.FieldInitMode[]DBRowSet.FieldInitMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.db with parameters of type DBRowSet.FieldInitModeModifier and TypeMethodDescriptionprotected voidDBRowSet.initRecord(DBRecordBase record, Object[] key, DBRowSet.FieldInitMode fieldInitMode, boolean newRecord) Initializes a DBRecord for this RowSet and sets primary key values.protected voidDBRowSet.initRecordDefaultValues(DBRecordBase record, DBRowSet.FieldInitMode fieldInitMode) initializes the Record Default Valuesprotected voidDBTable.initRecordDefaultValues(DBRecordBase record, DBRowSet.FieldInitMode fieldInitMode) initializes the Record Default Values