Uses of Class
org.hibernate.testing.orm.domain.contacts.Address.Classification
-
Packages that use Address.Classification Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of Address.Classification in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Address.Classification Modifier and Type Method Description Address.ClassificationAddress. getClassification()static Address.ClassificationAddress.Classification. valueOf(String name)Returns the enum constant of this type with the specified name.static Address.Classification[]Address.Classification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.contacts with parameters of type Address.Classification Modifier and Type Method Description voidAddress. setClassification(Address.Classification classification)
-