Uses of Class
com.jpattern.orm.persistor.reflection.SetManipulator

Packages that use SetManipulator
com.jpattern.orm.mapper.clazz   
com.jpattern.orm.persistor.reflection   
 

Uses of SetManipulator in com.jpattern.orm.mapper.clazz
 

Methods in com.jpattern.orm.mapper.clazz that return SetManipulator
 SetManipulator<BEAN,P> IClassField.getSetManipulator()
           
 SetManipulator<BEAN,P> ClassField.getSetManipulator()
           
 

Methods in com.jpattern.orm.mapper.clazz with parameters of type SetManipulator
 void ClassField.setSetManipulator(SetManipulator<BEAN,P> setManipulator)
           
 

Uses of SetManipulator in com.jpattern.orm.persistor.reflection
 

Subclasses of SetManipulator in com.jpattern.orm.persistor.reflection
 class FieldSetManipulator<BEAN,P>
          Get the value of a field directly accessing his value
 class SetterSetManipulator<BEAN,P>
          Get the value of a field using the related getter method
 



Copyright © 2013. All Rights Reserved.