user manual
176 BES Developer’s Guide
Setting Properties
primaryKeyGener
ationListener
java.lang.String None Specifies a class, written by the user,
that implements
com.borland.ejb.pm.PrimaryKeyGeneratio
nListener interface and generates
primary keys..
dbcAccesserFact
ory
java.lang.String None A factory class that can provide
accessor class implementations to
get values from a java.sql.ResultSet,
and set values for a
java.sql.PreparedStatement.
getPrimaryKeyBe
foreInsertSql
java.lang.String None SQL statement to execute before
inserting a row to provide primary key
column names.
getPrimaryKeyAf
terInsertSql
java.lang.String None SQL statement to execute after
inserting a row to provide primary key
column names.
useAlterTable java.lang.Boolean false Whether or not to use the SQL ALTER
statement to alter an entity's table to
add columns for fields that do not
have a matching column.
createTableSql java.lang.String None SQL statement used to create the
table if it needs to be created
automatically.
create-tables java.lang.Boolean false The Borland CMP engine
automatically creates tables for
Cloudscape and JDataStore
databases -- that is, in the
development environment. To enable
automatic table creation in other
databases, you must set this flag to
true.
Property Type Default Description










