Uses of Class
org.sql2o.reflection.PojoMetadata
Packages that use 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
Constructors in org.sql2o with parameters of type PojoMetadataModifierConstructorDescriptionDefaultResultSetHandlerFactory
(PojoMetadata pojoMetadata, Quirks quirks) -
Uses of PojoMetadata in org.sql2o.reflection
Constructors in org.sql2o.reflection with parameters of type PojoMetadataModifierConstructorDescriptionPojo
(PojoMetadata metadata, boolean caseSensitive) Pojo
(PojoMetadata metadata, boolean caseSensitive, Object object)