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
AttributeDefinition.prepareValue() removed, functionality moved to DefaultEntity, decimal fraction digits coming from database no longer modified.
AbstractAttributeDefinitionBuilder.attribute no longer protected, public accessor available.
DerivedAttributeDefinition caching can now be disabled, cached() added, default true, cached values can be removed via remove() and are included when entities are serialized.
AttributeDefinition.denormalized() removed, no longer used.
KeyGenerator.Identity added.
DefaultColumnDefinition.BigDecimalFetcher now strips trailing zeros from values coming from the database.
is.codion.framework.model
ForeignKeyConditionModel now defaults to Operator.IN when available.
DefaultForeignKeyDetailModelLink.setForeignKeyCondition() now always uses Operator.IN.