Class RetailDomainModel
java.lang.Object
org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
org.hibernate.testing.orm.domain.retail.RetailDomainModel
- All Implemented Interfaces:
DomainModelDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyRetailModel
(MetadataSources sources) Identifies the specific mapping features this domain model uses.Methods inherited from class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
applyDomainModel, getAnnotatedClasses
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.testing.orm.domain.DomainModelDescriptor
getNamespace
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RetailDomainModel
public RetailDomainModel()
-
-
Method Details
-
applyRetailModel
-
getMappingFeaturesUsed
Description copied from interface:DomainModelDescriptor
Identifies the specific mapping features this domain model uses.
-