Uses of Interface
is.codion.framework.model.EntityExport.ExportAttributes.Builder
Packages that use EntityExport.ExportAttributes.Builder
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.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 EntityExport.ExportAttributes.Builder in is.codion.framework.model
Methods in is.codion.framework.model that return EntityExport.ExportAttributes.BuilderModifier and TypeMethodDescriptionEntityExport.ExportAttributes.Builder.attributes(ForeignKey foreignKey, Consumer<EntityExport.ExportAttributes.Builder> attributes) Configures theEntityExport.ExportAttributesfor the given foreign keyEntityExport.ExportAttributes.Builder.include(Collection<Attribute<?>> attributes) Any attributes not in this list appear last, in alphabetical order by captionEntityExport.ExportAttributes.Builder.order(Comparator<Attribute<?>> comparator) Any attributes not in this list appear last, in alphabetical order by captionMethod parameters in is.codion.framework.model with type arguments of type EntityExport.ExportAttributes.BuilderModifier and TypeMethodDescriptionEntityExport.Builder.ExportAttributesStep.attributes(Consumer<EntityExport.ExportAttributes.Builder> attributes) EntityExport.ExportAttributes.Builder.attributes(ForeignKey foreignKey, Consumer<EntityExport.ExportAttributes.Builder> attributes) Configures theEntityExport.ExportAttributesfor the given foreign key