Uses of Class
org.tharos.jdbc.swissknife.dto.Table
-
-
Uses of Table in org.tharos.jdbc.swissknife.core
Methods in org.tharos.jdbc.swissknife.core that return types with arguments of type Table Modifier and Type Method Description List<Table>DatabaseMetadataExtractor. getTablesList()Method for the extraction of the accessible database table list -
Uses of Table in org.tharos.jdbc.swissknife.generate.strategy.dao
Methods in org.tharos.jdbc.swissknife.generate.strategy.dao with parameters of type Table Modifier and Type Method Description voidDaoPatternStrategy. generate(Table table, String basePackage, File outputFolder)com.squareup.javapoet.TypeSpecDtoStrategy. generateDtoTypeSpec(Table table, String purifiedName, String basePackage) -
Uses of Table in org.tharos.jdbc.swissknife.generate.strategy.dao.internal
Methods in org.tharos.jdbc.swissknife.generate.strategy.dao.internal with parameters of type Table Modifier and Type Method Description com.squareup.javapoet.MethodSpecDeleteGen. generateDeleteByKey(Table table, com.squareup.javapoet.TypeSpec dto, com.squareup.javapoet.TypeSpec daoException, String basePackage, String purifiedName)com.squareup.javapoet.MethodSpecFindByFilterGen. generateFindByFilter(Table table, com.squareup.javapoet.TypeSpec dto, com.squareup.javapoet.TypeSpec daoException, String basePackage, String purifiedName)com.squareup.javapoet.MethodSpecFindByPrimaryKeyGen. generateFindByPrimaryKey(Table table, com.squareup.javapoet.TypeSpec dto, com.squareup.javapoet.TypeSpec daoException, String basePackage, String purifiedName)com.squareup.javapoet.MethodSpecInsertGen. generateInsert(Table table, com.squareup.javapoet.TypeSpec dto, com.squareup.javapoet.TypeSpec daoException, String basePackage, String purifiedName)com.squareup.javapoet.MethodSpecUpdateGen. generateUpdate(Table table, com.squareup.javapoet.TypeSpec dto, com.squareup.javapoet.TypeSpec daoException, String basePackage, String purifiedName)Constructors in org.tharos.jdbc.swissknife.generate.strategy.dao.internal with parameters of type Table Constructor Description DaoImplGenerator(String basePackage, String purifiedName, Table table)ConstructorDtoGen(String purifiedName, Table table)SimpleRowMapperGenerator(String basePackage, String purifiedName, Table table)Constructor parameters in org.tharos.jdbc.swissknife.generate.strategy.dao.internal with type arguments of type Table Constructor Description SpringConfigurationGenerator(List<Table> tableList, String basePackage, File outputFolder) -
Uses of Table in org.tharos.jdbc.swissknife.generate.strategy.dao.util
Methods in org.tharos.jdbc.swissknife.generate.strategy.dao.util with parameters of type Table Modifier and Type Method Description static StringGeneratorUtils. generateJdbcMappingsForTablePks(Table table)
-