Uses of Class
org.sql2o.reflection.PojoMetadata
Package
Description
Provides the main api for sql2o.
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of PojoMetadata in org.sql2o
ModifierConstructorDescriptionDefaultResultSetHandlerFactory
(PojoMetadata pojoMetadata, Quirks quirks) -
Uses of PojoMetadata in org.sql2o.reflection
ModifierConstructorDescriptionPojo
(PojoMetadata metadata, boolean caseSensitive) Pojo
(PojoMetadata metadata, boolean caseSensitive, Object object)