Class UserguideDomainModel
- java.lang.Object
-
- org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
-
- org.hibernate.testing.orm.domain.userguide.UserguideDomainModel
-
- All Implemented Interfaces:
DomainModelDescriptor
public class UserguideDomainModel extends AbstractDomainModelDescriptor
Model used mostly by tests referenced by thedocumentation
project.
-
-
Field Summary
Fields Modifier and Type Field Description static UserguideDomainModel
INSTANCE
-
Constructor Summary
Constructors Constructor Description UserguideDomainModel()
-
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 UserguideDomainModel INSTANCE
-
-