Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Virtual Metlhods | questions

Tom,
 I tried the following also

	public Employee() {
		extensions.put("phoneNumber", new ValueHolder());
	}

  That is,the map contains a ValueHolderInteface for your "phoneNumber"
attribute? 


-- 
View this message in context: http://old.nabble.com/Virtual-Metlhods-%7C-questions-tp34172077p34174011.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top