Class DtoStrategy
- java.lang.Object
-
- org.tharos.jdbc.swissknife.generate.strategy.dao.DtoStrategy
-
public class DtoStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description DtoStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.TypeSpecgenerateDtoTypeSpec(Table table, String purifiedName, String basePackage)protected StringgetPackagePostfix()
-
-
-
Method Detail
-
generateDtoTypeSpec
public com.squareup.javapoet.TypeSpec generateDtoTypeSpec(Table table, String purifiedName, String basePackage) throws IOException
- Throws:
IOException
-
getPackagePostfix
protected String getPackagePostfix()
-
-