Uses of Class
com.querydsl.core.util.BeanMap
Packages that use BeanMap
-
Uses of BeanMap in com.querydsl.core.util
Methods in com.querydsl.core.util with parameters of type BeanMapModifier and TypeMethodDescriptionvoidBeanMap.putAllWriteable(BeanMap map) Puts all of the writable properties from the given BeanMap into this BeanMap.Constructors in com.querydsl.core.util with parameters of type BeanMapModifierConstructorDescriptionprotectedMyMapEntry(BeanMap owner, String key, Object value) Constructs a newMyMapEntry.