Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
Packages that use JaxbHbmClassRenameType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmClassRenameType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmClassRenameType Modifier and Type Field Description protected List<JaxbHbmClassRenameType>
JaxbHbmHibernateMapping. _import
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmClassRenameType Modifier and Type Method Description JaxbHbmClassRenameType
ObjectFactory. createJaxbHbmClassRenameType()
Create an instance ofJaxbHbmClassRenameType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmClassRenameType Modifier and Type Method Description List<JaxbHbmClassRenameType>
JaxbHbmHibernateMapping. getImport()
Gets the value of the import property.
-