diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml index 0c4d21d2b7..65ab71ff43 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml @@ -17222,7 +17222,7 @@ implements IBook {
  • relations: This is needed as a prerequisite for navigation methods
  • daos: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well
  • interfaces: If interfaces are generated, records will implement them
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • Flags controlling record generation

    @@ -17284,8 +17284,8 @@ public class Book implements java.io.Serializable
  • interfaces: If interfaces are generated, POJOs will implement them
  • immutablePojos: Immutable POJOs have final members and no setters. All members must be passed to the constructor
  • daos: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • -
  • validationAnnotations: JSR-303 validation annotations are used on generated records
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • +
  • validationAnnotations: JSR-303 validation annotations are used on generated records ()
  • Flags controlling POJO generation

    diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml index 721d75106a..c5d90a85d5 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml @@ -17409,8 +17409,8 @@ implements IBook {
  • relations: This is needed as a prerequisite for navigation methods
  • daos: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well
  • interfaces: If interfaces are generated, records will implement them
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • -
  • jpaVersion: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default.
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • +
  • jpaVersion: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default. ()
  • Flags controlling record generation

    @@ -17472,9 +17472,9 @@ public class Book implements java.io.Serializable
  • interfaces: If interfaces are generated, POJOs will implement them
  • immutablePojos: Immutable POJOs have final members and no setters. All members must be passed to the constructor
  • daos: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • -
  • jpaVersion: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default.
  • -
  • validationAnnotations: JSR-303 validation annotations are used on generated records
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • +
  • jpaVersion: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default. ()
  • +
  • validationAnnotations: JSR-303 validation annotations are used on generated records ()
  • Flags controlling POJO generation

    diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml index 74c9748b70..faed9df33f 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml @@ -16923,7 +16923,7 @@ implements IBook {
  • relations: This is needed as a prerequisite for navigation methods
  • daos: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well
  • interfaces: If interfaces are generated, records will implement them
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • Flags controlling record generation

    @@ -16985,8 +16985,8 @@ public class Book implements java.io.Serializable
  • interfaces: If interfaces are generated, POJOs will implement them
  • immutablePojos: Immutable POJOs have final members and no setters. All members must be passed to the constructor
  • daos: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well
  • -
  • jpaAnnotations: JPA annotations are used on generated records
  • -
  • validationAnnotations: JSR-303 validation annotations are used on generated records
  • +
  • jpaAnnotations: JPA annotations are used on generated records ()
  • +
  • validationAnnotations: JSR-303 validation annotations are used on generated records ()
  • Flags controlling POJO generation