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.FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.ROUNDING_MODE
ForeignKeyDefinition.REFERENCE_DEPTH
-
Uses of KeyGenerator in is.codion.framework.domain.entity
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
KeyGenerator.identity()
Returns a primary key generator based on an IDENTITY type column.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