Changeset 35
- Timestamp:
- Nov 5, 2011, 4:47:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fmgVen/src/com/fmguler/ven/QueryMapper.java
r32 r35 93 93 94 94 //create bean wrapper for the object class 95 BeanWrapper wr = new BeanWrapperImpl(objectClass); //already caches class introspection (CachedIntrospectionResults.forClass())95 BeanWrapperImpl wr = new BeanWrapperImpl(objectClass); //already caches class introspection (CachedIntrospectionResults.forClass()) 96 96 wr.setPropertyValue("id", id); //set the id property 97 97 Object object = wr.getWrappedInstance();
Note: See TracChangeset
for help on using the changeset viewer.