Uses of Class
org.hibernate.testing.orm.domain.userguide.AddressType
-
Packages that use AddressType Package Description org.hibernate.testing.orm.domain.userguide -
-
Uses of AddressType in org.hibernate.testing.orm.domain.userguide
Methods in org.hibernate.testing.orm.domain.userguide that return AddressType Modifier and Type Method Description static AddressTypeAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.userguide that return types with arguments of type AddressType Modifier and Type Method Description Map<AddressType,String>Person. getAddresses()
-