Class PojoCodeGenerator

java.lang.Object
org.teamapps.universaldb.generator.PojoCodeGenerator

public class PojoCodeGenerator
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String QUERY_SUFFIX  
    static java.lang.String UDB_PREFIX  
  • Constructor Summary

    Constructors
    Constructor Description
    PojoCodeGenerator()  
  • Method Summary

    Modifier and Type Method Description
    void createSchemaInterface​(Schema schema, java.io.File baseDir)  
    void generateCode​(Schema schema, java.io.File basePath)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PojoCodeGenerator

      public PojoCodeGenerator()
  • Method Details

    • generateCode

      public void generateCode​(Schema schema, java.io.File basePath) throws java.io.IOException
      Throws:
      java.io.IOException
    • createSchemaInterface

      public void createSchemaInterface​(Schema schema, java.io.File baseDir) throws java.io.IOException
      Throws:
      java.io.IOException