Adobe COLDFUSION 9 Manual page 550

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
ColdFusion ORM
Attribute
Req/Opt
persistent
Required
readonly
Optional
Optional
savemapping
schema
Optional
Optional
selectbeforeupdate
table
Optional
Map the properties
The
tag is used to define:
cfproperty
• Primary or composite key
• Columns
• Relationships
• Versioning
The following table lists the common attributes that are used to define these mappings:
Default
Description
false
Whether the CFC is a persistent CFC:
false
Whether the table is read-only:
Saves the generated Hibernate mapping file to the
disk.If you have set
application, then the value you set here overrides it.
Used to specify the schema name.
false
Whether Hibernate should never perform an SQL
UPDATE unless it is certain that an object is actually
modified:
In cases when a transient object is associated with a
new session using update(), Hibernate performs an
extra SQL SELECT to determine if an UPDATE is
actually required.
Name of the CFC
Specifies the name of the database table to which the
CFC maps.
Last updated 8/5/2010
true
false
true
false
for the
savemapping
true
false
545

Advertisement

Table of Contents
loading

Table of Contents