Leon Connor Holm

Results 25 comments of Leon Connor Holm

I suggest splitting this issue into java and openapi as I assume that two separate template implementations will be necessary

https://github.com/devonfw/cobigen/pull/1202/files#diff-0da5b52561a61bd0e26c7255b64e480dbdf4f997f939c880b4541ed469c56986 sql util

# TODO ## Java Code Utility - [x] Add utility methods to SQLUtil.java - [x] `public Class getTypeOfField(Class pojoClass, String fieldName)` - [x] `public boolean isCollection2(Class pojoClass, String fieldName)` -...

## SQL Script template - parsing field.annotations to java functions - type checks in methods ### Layout - every function has at least the following parameter: (Annotation[] annotations, String className,...