Uses of Interface
com.foreach.across.modules.entity.registry.EntityModel
Package
Description
-
Uses of EntityModel in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionEntityConfigurationBuilder.entityModel
(EntityModel<T, Serializable> entityModel) Sets a customEntityModel
for this configuration. -
Uses of EntityModel in com.foreach.across.modules.entity.registry
Modifier and TypeClassDescriptionclass
DefaultEntityModel<T,
U extends Serializable> Default implementation ofEntityModel
that allows customizing the different methods using callbacks and delegate instances.Modifier and TypeMethodDescriptionEntityConfiguration.getEntityModel()
EntityConfigurationImpl.getEntityModel()
Modifier and TypeMethodDescriptionvoid
EntityConfigurationImpl.setEntityModel
(EntityModel<T, Serializable> entityModel) void
MutableEntityConfiguration.setEntityModel
(EntityModel<T, Serializable> entityModel) Set theEntityModel
for interacting with the entity repository. -
Uses of EntityModel in com.foreach.across.modules.entity.views.bootstrapui.options
Modifier and TypeMethodDescriptionvoid
EntityQueryOptionIterableBuilder.setEntityModel
(EntityModel entityModel) void
EnumOptionIterableBuilder.setEntityModel
(EntityModel<Object, Serializable> entityModel) Optionally set an entity model that should be used for generating label and value instead of default enum serializing. -
Uses of EntityModel in com.foreach.across.modules.entity.views.bootstrapui.processors.element
ModifierConstructorDescriptionEntityModelTextPostProcessor
(EntityPropertyDescriptor propertyDescriptor, @NonNull EntityModel entityModel) -
Uses of EntityModel in com.foreach.across.modules.entity.views.context
Modifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityModel()
EntityViewContext.getEntityModel()
Modifier and TypeMethodDescriptionvoid
ConfigurableEntityViewContext.setEntityModel
(EntityModel entityModel) void
DefaultEntityViewContext.setEntityModel
(EntityModel entityModel)