Package org.sql2o.reflection
package org.sql2o.reflection
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
ClassDescriptionused internally to get property values directly from the field.used internally to set property values directly into the field.Created with IntelliJ IDEA.The Getter interface is used by sql2o to get property values when doing automatic column to property mappingused internally to get property values via its getter method.used internally to set property values via its setter method.Created with IntelliJ IDEA.Created with IntelliJ IDEA.Created with IntelliJ IDEA.Used internally to represent a plain old java object.User: dimzon Date: 4/9/14 Time: 1:10 AMStores metadata for a POJO.Created with IntelliJ IDEA.Created with IntelliJ IDEA.The Setter interface is used by sql2o to set property values when doing automatic column to property mapping