Uses of Class
nl.b3p.formendpoint.resource.koppellijst.Attribuut
-
Packages that use Attribuut Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository -
-
Uses of Attribuut in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return types with arguments of type Attribuut Modifier and Type Method Description List<Attribuut>AttributeController. attributes(Set<Long> ids) -
Uses of Attribuut in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type Attribuut Modifier and Type Method Description Optional<Attribuut>AttributeRepository. findById(Long id)List<Attribuut>AttributeRepository. findById(Set<Long> id)
-