public CustomSQL getCustomSQLUpdate() {
   XMLSqlUpdateElement sqlUpdate = collection.getSqlUpdate();
   return sqlUpdate == null
       ? null
       : HbmHelper.getCustomSql(
           collection.getSqlUpdate().getValue(),
           collection.getSqlUpdate().isCallable(),
           collection.getSqlUpdate().getCheck().value());
 }