user manual

Chapter 16: Using BES Properties for CMP 2.x 177
Setting Properties
Column Properties
Property Type Default Description
ignoreOnInsert java.lang.String false Specifies the column that must not be
set during the execution of an INSERT
statement. This property is used in
conjunction with the
getPrimaryKeyAfterInsertSql property.
createColumnSql java.lang.String None Use this property to override the
standard data-type lookup and
specify the data type manually, use
this property.
Local transactions support the
javax.ejb.EJBContext methods
setRollbackOnly() and
getRollbackOnly().
Local transactions support time-outs
for database connections and
transactions.
Local transactions are lightweight
from a performance standpoint.
columnJavaType java.lang.String None Java type used to create this column
if the table needs to be created
automatically. The acceptable values
are:
java.lang.Boolean,java.lang.Bytejava.
lang.Character java.lang.Short,
java.lang.Integer, java.lang.Long,
java.lang.Float,
java.math.BigDecimal,
java.lang.String, java.sql.Time,
java.sql.Date, java.sql.TimeStamp,
java.io.Serializable
This property is ignored if
createColumnSql is set.