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