}
/* 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() );
if (autoWireCrudToPaginators) {