Uses of Class
fr.tiogars.architecture.select.models.AbstractSelectOption
Packages that use AbstractSelectOption
-
Uses of AbstractSelectOption in fr.tiogars.architecture.select.models
Classes in fr.tiogars.architecture.select.models with type parameters of type AbstractSelectOptionModifier and TypeClassDescriptionclassSelectResponse<SelectOption extends AbstractSelectOption>Class representing a response for selecting entities. -
Uses of AbstractSelectOption in fr.tiogars.architecture.select.services
Classes in fr.tiogars.architecture.select.services with type parameters of type AbstractSelectOptionModifier and TypeClassDescriptionclassAbstractSelectService<Entity,Model, SelectOption extends AbstractSelectOption, SelectRepository extends org.springframework.data.repository.CrudRepository<Entity, Long>> Abstract class for select services that provides a common structure for selecting entities and converting them to models.