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

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

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

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

Methods in com.jpattern.orm.mapper.clazz with parameters of type GetManipulator
 void ClassField.setGetManipulator(GetManipulator<BEAN,P> getManipulator)
           
 

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

Subclasses of GetManipulator in com.jpattern.orm.persistor.reflection
 class FieldGetManipulator<BEAN,P>
          Get the value of bean a using directly accessing it
 class GetterGetManipulator<BEAN,P>
          Set the value of a using the related setter method
 



Copyright © 2013. All Rights Reserved.