Uses of Interface
is.codion.framework.domain.DomainType
Packages that use DomainType
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
Domain model related classes.
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of DomainType in is.codion.framework.db
Fields in is.codion.framework.db with type parameters of type DomainTypeModifier and TypeFieldDescriptionstatic final PropertyValue<DomainType> EntityConnectionProvider.CLIENT_DOMAIN_TYPESpecifies the domain type required for a client connection Value type: is.codion.framework.domain.DomainType Default value: nullMethods in is.codion.framework.db that return DomainTypeModifier and TypeMethodDescriptionfinal DomainTypeAbstractEntityConnectionProvider.domainType()EntityConnectionProvider.domainType()Methods in is.codion.framework.db with parameters of type DomainTypeModifier and TypeMethodDescriptionfinal BAbstractEntityConnectionProvider.AbstractBuilder.domain(DomainType domain) EntityConnectionProvider.Builder.domain(DomainType domain) -
Uses of DomainType in is.codion.framework.db.http
Methods in is.codion.framework.db.http with parameters of type DomainType -
Uses of DomainType in is.codion.framework.domain
Methods in is.codion.framework.domain that return DomainTypeModifier and TypeMethodDescriptionstatic DomainTypeDomainType.domainType(Class<?> domainClass) Returns a newDomainTypeusingdomainClass.getSimpleName()as domain name.static DomainTypeDomainType.domainType(String domainName) Returns aDomainTypeinstance with the given name.static DomainTypeDomainType.domainTypeByName(String domainName) Returns the domain type with the given name.Domain.type()final DomainTypeDomainModel.type()Constructors in is.codion.framework.domain with parameters of type DomainTypeModifierConstructorDescriptionprotectedDomainModel(DomainType domainType) Instantiates a new DomainModel identified by the givenDomainType. -
Uses of DomainType in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return DomainTypeMethods in is.codion.framework.domain.entity with parameters of type DomainTypeModifier and TypeMethodDescriptionstatic Entities.ConfigurableEntities.configurable(DomainType domainType) Creates a newEntities.Configurableinstance for the given domain type.static EntityTypeEntityType.entityType(String name, DomainType domainType) Creates a new EntityType instance.static EntityTypeEntityType.entityType(String name, DomainType domainType, String resourceBundleName) Creates a new EntityType instance. -
Uses of DomainType in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain with parameters of type DomainTypeModifier and TypeMethodDescriptionfinal booleanDefaultEntityObjectMapperFactory.compatibleWith(DomainType domainType) booleanEntityObjectMapperFactory.compatibleWith(DomainType domainType) Returns true if this mapper factory is compatible with the given domain type.static EntityObjectMapperFactoryEntityObjectMapperFactory.instance(DomainType domainType) Returns the first availableEntityObjectMapperFactoryinstance compatible with the given domain type, if no such mapper factory is available a default one, compatible with all domain models, is returned.Constructors in is.codion.framework.json.domain with parameters of type DomainTypeModifierConstructorDescriptionprotectedDefaultEntityObjectMapperFactory(DomainType domainType) Instantiates a new instance compatible with the given domain type. -
Uses of DomainType in is.codion.framework.model.test
Fields in is.codion.framework.model.test declared as DomainType -
Uses of DomainType in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type DomainType