Package com.dieselpoint.norm.sqlmakers
Class StandardPojoInfo
java.lang.Object
com.dieselpoint.norm.sqlmakers.StandardPojoInfo
- All Implemented Interfaces:
PojoInfo
Provides means of reading and writing properties in a pojo.
-
Field Details
-
propertyMap
-
table
-
-
generatedColumnNames
-
insertSql
-
insertSqlArgCount
public int insertSqlArgCount -
insertColumnNames
-
upsertSql
-
upsertSqlArgCount
public int upsertSqlArgCount -
upsertColumnNames
-
updateSql
-
updateColumnNames
-
updateSqlArgCount
public int updateSqlArgCount -
selectColumns
-
-
Constructor Details
-
StandardPojoInfo
-
-
Method Details
-
getValue
-
putValue
-
putValue
-
getProperty
- Specified by:
getPropertyin interfacePojoInfo
-
getGeneratedColumnNames
- Specified by:
getGeneratedColumnNamesin interfacePojoInfo
-