dizesi dönüştürmüyor Aşağıdaki listede, sütun listesinde bir sabit seçen var ve dize uygun enum türüne dönüştürmek için aliasToBean bekleniyordu.Hazırda bekleyen diğer adToToBen enum
Diğer varlıkları Dizgi olarak enum özellikleriyle eşleştirdim ve sorun yaşamadım.
23.11.2011 17:05:25 INFO [http-8080-2] (QueryUtil:createHQLQuery) - select 'ASSOCIATED_ENTITY_TYPE_FILE' as associatedEntityType, a.file2Id as id, f.name as name from File f, Association a where f.id = :fileId and a.file1Id = f.id and a.associationType = :associationType
23.11.2011 17:05:25 ERROR [http-8080-2] (BasicPropertyAccessor$BasicSetter:set) - IllegalArgumentException in class: com.twoh.dto.AssociatedEntity, setter method of property: associatedEntityType
23.11.2011 17:05:25 ERROR [http-8080-2] (BasicPropertyAccessor$BasicSetter:set) - expected type: com.twoh.dto.enums.AssociatedEntityTypeEnum, actual value: java.lang.String