Ivan Nikitka

Results 8 issues of Ivan Nikitka

New UI for the modeler class generation page. Added the ability to configure generation standards and client classes. Redesigned window for work with custom templates. ![Screenshot 2022-01-25 at 15 19...

API redesign in EntityProperty, CollectionProperty, MapProperty **Deprecated this methods:** Expression inId(Collection ids) Expression inId(Object firstId, Object... moreIds) Expression ninId(Collection ids) Expression ninId(Object firstId, Object... moreIds) **in favor of this:** Expression...

**SQLBulder API example** ``` SelectBuilder builder = new SelectBuilder(column("OrderID"), column("Quantity"), caseWhen() .when(column("Quantity").gt(value(30)).and(column("Quantity").lt(value(100)))) .then(value("The quantity from 30 to 100")) .when(column("Quantity").eq(value(30))) .then(value("The quantity is 30")) .elseResult(value("The quantity is under 30")) .as("QuantityText")) .from(table("OrderDetails"));...

Replacing toDepPk with fk to avoid confusion about understanding this property.

Auto sorting rules by types. Sorting by names by pressing button ![Screenshot_2](https://user-images.githubusercontent.com/70625960/220835946-a1a0ee80-6fd3-4437-8aa4-d740888ef377.png)