I agree that the primary key isn't guranteed when using views, my problem seems a bit specialistic :-)
Your idea of using Abator generated Example DAO's is nice (and flexible), but I don't want to clutter my DAO's with Example* classes just for PrimaryKey selection (yes, may i could use them elsewhere too...). Therefore I will just add selectByPseudoPrimarykey() to sqlmapping xml filel (+DAO classes) directly to skip creation of those. Thank you for your very quick answer! -- View this message in context: http://www.nabble.com/Abator-Primary-Key-Forcement-t1317590.html#a3515591 Sent from the iBATIS - User - Java forum at Nabble.com.
