Releases: SchwarzIT/crystal-map
Releases · SchwarzIT/crystal-map
3.8.5
Add base model interfaces when generating interfaces, make sure override is properly set in interfaces, remove unnecessary interfaces from entity & wrapper generation
housekeeping
3.8.4
Fixed wrong chain order when using Models with BasedOn
Added setAll method to mapSupport base interface
3.8.2 Allow enum-values in queries
Apply type-conversions to query-parameters to allow queries on types which require a type-conversion (like enums)
Allow query limiting
Allow specifying an optional limit for queries.
3.8.0
buildExpectedDocId now also generated for readonly entities
calling save now also invokes buildExpectedDocId when document not persisted
Handle lists of Enums in EnumConversion
3.7.8
Merge pull request #47 from SchwarzIT/feature/Handle_lists_of_Enums_i…
3.7.7
added db name property to generated entities
based annotation are now also resolved for base models
fixed wrong type resolved issue for mapper
Introduce lookup for multiple ids
Merge pull request #43 from SchwarzIT/feature/multiple-ids-lookup
# introduce lookup for multiple ids
3.7.5
added new interface to access ids of entities
3.7.4
improved error handling for mapper generation