Class GambitDomainModel
- java.lang.Object
-
- org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
-
- org.hibernate.testing.orm.domain.gambit.GambitDomainModel
-
- All Implemented Interfaces:
DomainModelDescriptor
public class GambitDomainModel extends AbstractDomainModelDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static GambitDomainModel
INSTANCE
-
Constructor Summary
Constructors Constructor Description GambitDomainModel()
-
Method Summary
-
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
getMappingFeaturesUsed, getNamespace
-
-
-
-
Field Detail
-
INSTANCE
public static final GambitDomainModel INSTANCE
-
-