Uses of Class
ejava.jpa.example.validation.PurchaseItem
-
Packages that use PurchaseItem Package Description ejava.jpa.example.validation -
-
Uses of PurchaseItem in ejava.jpa.example.validation
Fields in ejava.jpa.example.validation with type parameters of type PurchaseItem Modifier and Type Field Description private @Valid Set<PurchaseItem>Purchase. itemsMethods in ejava.jpa.example.validation that return PurchaseItem Modifier and Type Method Description PurchaseItemPurchaseItem. setAmount(BigDecimal amount)PurchaseItemPurchaseItem. setCount(int count)PurchaseItemPurchaseItem. setDescription(String description)Methods in ejava.jpa.example.validation that return types with arguments of type PurchaseItem Modifier and Type Method Description Set<PurchaseItem>Purchase. getItems()Methods in ejava.jpa.example.validation with parameters of type PurchaseItem Modifier and Type Method Description PurchasePurchase. addItem(PurchaseItem item)Method parameters in ejava.jpa.example.validation with type arguments of type PurchaseItem Modifier and Type Method Description PurchasePurchase. setItems(Set<PurchaseItem> items)
-