You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/java/io/zenwave360/sdk/plugins/kotlin/BackendApplicationKotlinHelpers.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ public class BackendApplicationKotlinHelpers {
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/java/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersKotlinHelpers.java
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,15 @@ public OpenAPIControllersKotlinHelpers(String openApiModelNamePrefix, String ope
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/java/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersKotlinTemplates.java
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/main/kotlin/core/domain/jpa/Entity.kt.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ data class {{entity.className}}(
120
120
{{~#if (eqrelationship.type'OneToOne')}}
121
121
fun set{{capitalizerelationship.fieldName}}({{relationship.fieldName}}: {{{relationshipFieldTyperelationship}}}?): {{entity.className}} {
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/test/kotlin/config/ServicesInMemoryConfig.kt.hbs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@ open class ServicesInMemoryConfig : RepositoriesInMemoryConfig() {
58
58
{{~/each}}
59
59
60
60
{{assign"aggregates" (findAggregatesentities)}}
61
-
{{~#eachaggregatesas |entity|}}
62
61
companion object {
62
+
{{~#eachaggregatesas |entity|}}
63
63
var _{{entity.instanceNamePlural}}: List<{{entity.className}}>? = null
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/test/kotlin/infrastructure/events/InMemoryEventPublisher.kt.hbs
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/test/kotlin/infrastructure/jpa/imperative/inmemory/EntityRepositoryInMemory.kt.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import java.util.*
9
9
class {{entity.className}}RepositoryInMemory : InMemoryJpaRepository<{{entity.className}}, {{idJavaType}}>(), {{entity.className}}Repository {
10
10
11
11
{{~#if (naturalIdFieldsentity)}}
12
-
override fun {{{naturalIdsRepoMethodSignatureentity}}} {
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/test/kotlin/infrastructure/mongodb/imperative/inmemory/EntityRepositoryInMemory.kt.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import java.util.*
9
9
class {{entity.className}}RepositoryInMemory : InMemoryMongodbRepository<{{entity.className}}>(), {{entity.className}}Repository {
10
10
11
11
{{~#if (naturalIdFieldsentity)}}
12
-
override fun {{{naturalIdsRepoMethodSignatureentity}}} {
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersGenerator/src/main/kotlin/web/mappers/ServiceDTOsMapper.kt.hbs
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersGenerator/src/main/kotlin/web/mvc/ServiceApiController.kt.hbs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ open class {{serviceName}}ApiController(
0 commit comments