[#7345] Added a link
This commit is contained in:
parent
5d0c4929bc
commit
2514d4e691
@ -17222,7 +17222,7 @@ implements IBook {
|
||||
<li><strong>relations</strong>: This is needed as a prerequisite for navigation methods</li>
|
||||
<li><strong>daos</strong>: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well</li>
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, records will implement them</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling record generation</h3>
|
||||
@ -17284,8 +17284,8 @@ public class Book implements java.io.Serializable
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, POJOs will implement them</li>
|
||||
<li><strong>immutablePojos</strong>: Immutable POJOs have final members and no setters. All members must be passed to the constructor</li>
|
||||
<li><strong>daos</strong>: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling POJO generation</h3>
|
||||
|
||||
@ -17409,8 +17409,8 @@ implements IBook {
|
||||
<li><strong>relations</strong>: This is needed as a prerequisite for navigation methods</li>
|
||||
<li><strong>daos</strong>: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well</li>
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, records will implement them</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>jpaVersion</strong>: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default.</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
<li><strong>jpaVersion</strong>: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default. (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling record generation</h3>
|
||||
@ -17472,9 +17472,9 @@ public class Book implements java.io.Serializable
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, POJOs will implement them</li>
|
||||
<li><strong>immutablePojos</strong>: Immutable POJOs have final members and no setters. All members must be passed to the constructor</li>
|
||||
<li><strong>daos</strong>: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>jpaVersion</strong>: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default.</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
<li><strong>jpaVersion</strong>: Version of JPA specification is to be used to generate version-specific annotations. If it is omitted, the latest version is used by default. (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling POJO generation</h3>
|
||||
|
||||
@ -16923,7 +16923,7 @@ implements IBook {
|
||||
<li><strong>relations</strong>: This is needed as a prerequisite for navigation methods</li>
|
||||
<li><strong>daos</strong>: Records are a pre-requisite for DAOs. If DAOs are generated, records are generated as well</li>
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, records will implement them</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling record generation</h3>
|
||||
@ -16985,8 +16985,8 @@ public class Book implements java.io.Serializable
|
||||
<li><strong>interfaces</strong>: If interfaces are generated, POJOs will implement them</li>
|
||||
<li><strong>immutablePojos</strong>: Immutable POJOs have final members and no setters. All members must be passed to the constructor</li>
|
||||
<li><strong>daos</strong>: POJOs are a pre-requisite for DAOs. If DAOs are generated, POJOs are generated as well</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records</li>
|
||||
<li><strong>jpaAnnotations</strong>: JPA annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
<li><strong>validationAnnotations</strong>: JSR-303 validation annotations are used on generated records (<reference id="codegen-generate-annotations" title="details here"/>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Flags controlling POJO generation</h3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user