사용자 도구

사이트 도구


gradle:jooq_codegen

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
gradle:jooq_codegen [2017/12/27 08:47]
kwon37xi [From JPA]
gradle:jooq_codegen [2017/12/27 08:52]
kwon37xi [jOOQ gradle code generation]
줄 6: 줄 6:
   * [[https://www.jooq.org/doc/3.5/manual/sql-execution/fetching/data-type-conversion/|Data type conversion]] 에서 Type Converter를 만들고 [[https://www.jooq.org/doc/3.7/manual/code-generation/custom-data-types/|Custom data types and type conversion]] 소스 생성시 타입 변환   * [[https://www.jooq.org/doc/3.5/manual/sql-execution/fetching/data-type-conversion/|Data type conversion]] 에서 Type Converter를 만들고 [[https://www.jooq.org/doc/3.7/manual/code-generation/custom-data-types/|Custom data types and type conversion]] 소스 생성시 타입 변환
  
 +===== Gradle 에서 코딩으로 code generation =====
 +  * [[https://www.jooq.org/doc/3.10/manual/code-generation/codegen-gradle/|Running the code generator with Gradle]]
 +  * [[https://gist.github.com/kwon37xi/c0919d79d8af49d9113f5b46bd5c0fcf|jOOQ Gradle Code Generation GIST 참조]]
 ===== From JPA ===== ===== From JPA =====
   * [[https://www.jooq.org/doc/3.10/manual/code-generation/codegen-jpa/|JPADatabase: Code generation from entities]]    * [[https://www.jooq.org/doc/3.10/manual/code-generation/codegen-jpa/|JPADatabase: Code generation from entities]] 
줄 18: 줄 21:
   * [[java:database:migration:flyway|Flyway Java Database Migration]] Flyway 마이그레이션 스크립트 같은 DDL SQL 파일로부터 코드를 생성할 수 있다. SQL을 파싱해 H2 Database를 생성하고 이를 통해 다시 코드를 생성하는 방식이다.   * [[java:database:migration:flyway|Flyway Java Database Migration]] Flyway 마이그레이션 스크립트 같은 DDL SQL 파일로부터 코드를 생성할 수 있다. SQL을 파싱해 H2 Database를 생성하고 이를 통해 다시 코드를 생성하는 방식이다.
  
-===== Gradle 에서 코딩으로 code generation ===== +
-  * [[https://www.jooq.org/doc/3.10/manual/code-generation/codegen-gradle/|Running the code generator with Gradle]] +
-  * [[https://gist.github.com/kwon37xi/c0919d79d8af49d9113f5b46bd5c0fcf|jOOQ Gradle Code Generation GIST 참조]]+
gradle/jooq_codegen.txt · 마지막으로 수정됨: 2017/12/27 08:52 저자 kwon37xi