Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Packages that use JaxbHbmRootEntityType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmRootEntityType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmRootEntityType Modifier and Type Field Description protected List<JaxbHbmRootEntityType>
JaxbHbmHibernateMapping. clazz
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmRootEntityType Modifier and Type Method Description JaxbHbmRootEntityType
ObjectFactory. createJaxbHbmRootEntityType()
Create an instance ofJaxbHbmRootEntityType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmRootEntityType Modifier and Type Method Description List<JaxbHbmRootEntityType>
JaxbHbmHibernateMapping. getClazz()
Gets the value of the clazz property. -
Uses of JaxbHbmRootEntityType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return JaxbHbmRootEntityType Modifier and Type Method Description protected JaxbHbmRootEntityType
EntityHierarchySourceImpl. entityElement()
protected JaxbHbmRootEntityType
RootEntitySourceImpl. jaxbEntityMapping()
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmRootEntityType Constructor Description RootEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmRootEntityType entityElement)
-