Uses of Class
org.tharos.jdbc.swissknife.dto.Column
-
Packages that use Column Package Description org.tharos.jdbc.swissknife.core org.tharos.jdbc.swissknife.dto org.tharos.jdbc.swissknife.generate.strategy.dao.util -
-
Uses of Column in org.tharos.jdbc.swissknife.core
Methods in org.tharos.jdbc.swissknife.core that return types with arguments of type Column Modifier and Type Method Description List<Column>DatabaseMetadataExtractor. extractColumnsInfo(String tableName)Utility method for the extraction of columns' accessible metadata for the input table -
Uses of Column in org.tharos.jdbc.swissknife.dto
Methods in org.tharos.jdbc.swissknife.dto that return types with arguments of type Column Modifier and Type Method Description List<Column>Table. getColumnList()List<Column>Table. getPrimaryKeys()Returns a List of the primary keysMethod parameters in org.tharos.jdbc.swissknife.dto with type arguments of type Column Modifier and Type Method Description voidTable. setColumnList(List<Column> columnList) -
Uses of Column in org.tharos.jdbc.swissknife.generate.strategy.dao.util
Methods in org.tharos.jdbc.swissknife.generate.strategy.dao.util with parameters of type Column Modifier and Type Method Description static com.squareup.javapoet.MethodSpecGeneratorUtils. generateGetterForColName(Column col)static com.squareup.javapoet.MethodSpecGeneratorUtils. generateSetterForColName(Column col)Method parameters in org.tharos.jdbc.swissknife.generate.strategy.dao.util with type arguments of type Column Modifier and Type Method Description static StringGeneratorUtils. generateColumnStringListForSQL(List<Column> columnList)
-