Uses of Interface
is.codion.framework.domain.entity.Entities
Packages that use Entities
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
Domain model related classes.
Package configuration values:
EntityValidator.STRICT_VALIDATION
VALIDATE_FOREIGN_KEYS
STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
-
Uses of Entities in is.codion.framework.db
Methods in is.codion.framework.db that return EntitiesModifier and TypeMethodDescriptionfinal EntitiesAbstractEntityConnectionProvider.entities()EntityConnection.entities()EntityConnectionProvider.entities()Returns the domain entities this connection is based onMethods in is.codion.framework.db with parameters of type EntitiesModifier and TypeMethodDescription -
Uses of Entities in is.codion.framework.db.local
Methods in is.codion.framework.db.local with parameters of type EntitiesModifier and TypeMethodDescription -
Uses of Entities in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi that return Entities -
Uses of Entities in is.codion.framework.domain
Methods in is.codion.framework.domain that return Entities -
Uses of Entities in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return EntitiesMethods in is.codion.framework.domain.entity with parameters of type EntitiesModifier and TypeMethodDescriptionvoidAdds all entity definitions from the given instance.voidEntities.Configurable.add(Entities entities, Collection<EntityType> entityTypes) Adds the given entity definitions, including dependencies, from the given instance. -
Uses of Entities in is.codion.framework.domain.test
Methods in is.codion.framework.domain.test that return Entities -
Uses of Entities in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain that return EntitiesMethods in is.codion.framework.json.domain with parameters of type EntitiesModifier and TypeMethodDescriptionstatic EntityObjectMapperEntityObjectMapper.entityObjectMapper(Entities entities) A factory method forEntityObjectMapperinstances.default EntityObjectMapperEntityObjectMapperFactory.entityObjectMapper(Entities entities) Creates a newEntityObjectMapperinstance. -
Uses of Entities in is.codion.framework.model
Methods in is.codion.framework.model that return EntitiesModifier and TypeMethodDescriptionfinal EntitiesAbstractEntityModel.entities()final EntitiesAbstractEntityTableModel.entities()final EntitiesDefaultEntityApplicationModel.entities()final EntitiesDefaultEntityEditModel.entities()final EntitiesDefaultEntityEditor.entities()EntityApplicationModel.entities()EntityEditModel.entities()EntityEditor.entities()EntityModel.entities()EntityTableModel.entities()