Custom finder SQL dynamic enhancement

To ensure data integrity for applications using custom finders defined on EJB version 1.1 home interfaces, WAS version 5.x uses custom finder SQL dynamic enhancement to maintain correct SQL locking semantics.

WAS uses SQL clauses applied to the custom finder SQL statements for those custom finders defined with the Update attribute and certain method-level isolation level settings. These dynamic enhancements are applied only if the backend data store supports these clauses.

This support takes affect at run time when the run time attempts to execute Container Managed Persistence persistence operations associated with the custom finders. To ensure that the SQL dynamic enhancements occur correctly for custom finders defined on an EJB version 1.1 home interface accessing a backend data store that requires the special SQL locking clauses, WAS provides JVM and bean (module) properties that enable one to indicate which custom finders should be enhanced, provided the backend store supports the SQL clauses.

There are several important items to consider when using this functionality...

See Also:

  1. Establishing custom finder SQL dynamic enhancement server-wide
  2. Establishing custom finder SQL dynamic enhancement on a set of beans
  3. Establishing custom finder SQL dynamic enhancement for specific custom finders
  4. Disabling custom finder SQL dynamic enhancement for custom finders on a specific bean
  5. Custom finder SQL dynamic enhancement properties