Uses of Interface
is.codion.framework.domain.entity.KeyGenerator
Packages that use KeyGenerator
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.MAXIMUM_FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_FORMAT_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
-
Uses of KeyGenerator in is.codion.framework.domain.entity
Subinterfaces of KeyGenerator in is.codion.framework.domain.entityModifier and TypeInterfaceDescriptionstatic interface
Marker interface indicating that a key generator is based on an identity column.Methods in is.codion.framework.domain.entity that return KeyGeneratorModifier and TypeMethodDescriptionstatic KeyGenerator
Instantiates a primary key generator which fetches automatically incremented primary key values after insert.EntityDefinition.PrimaryKey.generator()
static KeyGenerator
Instantiates a primary key generator which fetches primary key values using the given query prior to insert.static KeyGenerator
Instantiates a primary key generator which fetches primary key values from a sequence prior to insert.Methods in is.codion.framework.domain.entity with parameters of type KeyGeneratorModifier and TypeMethodDescriptionEntityDefinition.Builder.keyGenerator
(KeyGenerator keyGenerator) Sets the primary key generator