Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Packages that use JaxbHbmRootEntityType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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 java.util.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 java.util.List<JaxbHbmRootEntityType>
JaxbHbmHibernateMapping. getClazz()
Gets the value of the clazz property.
-