Hi , I have a requirement to get only selective colums from an Entity and all ..ie I want something like Select o.name , o.dec from Employee o instead of Select 0 from Employee o.
How can I achive this using openJpa ? I though FetchPlan is the answer , where in FetchAttributes will have the columns to be fetched , but it doesnt work. OpenJPA gets all the attributes of the columns not the only selected one? -- View this message in context: http://n2.nabble.com/How-to-get-selective-columns-only-tp4197516p4197516.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
