Class RetailDomainModel
- java.lang.Object
-
- org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
-
- org.hibernate.testing.orm.domain.retail.RetailDomainModel
-
- All Implemented Interfaces:
DomainModelDescriptor
public class RetailDomainModel extends AbstractDomainModelDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static RetailDomainModel
INSTANCE
-
Constructor Summary
Constructors Constructor Description RetailDomainModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
applyRetailModel(MetadataSources sources)
EnumSet<MappingFeature>
getMappingFeaturesUsed()
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 Detail
-
INSTANCE
public static final RetailDomainModel INSTANCE
-
-
Method Detail
-
applyRetailModel
public static void applyRetailModel(MetadataSources sources)
-
getMappingFeaturesUsed
public EnumSet<MappingFeature> getMappingFeaturesUsed()
Description copied from interface:DomainModelDescriptor
Identifies the specific mapping features this domain model uses.
-
-