|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
org.hibernate.jsr303.tck.tests.validation.graphnavigation |
Uses of Address in org.hibernate.jsr303.tck.tests.validation.graphnavigation |
---|
Methods in org.hibernate.jsr303.tck.tests.validation.graphnavigation that return Address | |
---|---|
Address |
Order.getBillingAddress()
|
Address |
Order.getShippingAddress()
|
Methods in org.hibernate.jsr303.tck.tests.validation.graphnavigation that return types with arguments of type Address | |
---|---|
List<Address> |
User.getAddresses()
|
Methods in org.hibernate.jsr303.tck.tests.validation.graphnavigation with parameters of type Address | |
---|---|
void |
User.addAddress(Address address)
|
void |
Order.setBillingAddress(Address billingAddress)
|
void |
Order.setShippingAddress(Address shippingAddress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |