crudControllerTarget = addTransactionSupport(crudControllerTarget);
crudControllerTarget.setTransactional(true);
}
/* Associate crudController with file upload subcontroller. */
crudControllerTarget.setFileUploadHandler( new TomahawkFileUploadHandler() );
/* Register property utils. */
crudControllerTarget.setPropertyUtil( new SpringBeanWrapperPropertiesUtil() );
/* Set the entity class into the crudController. */
crudControllerTarget.setEntityClass( mo.getEntityType() );