Uses of Interface
org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer.Options
-
Packages that use HbmXmlTransformer.Options Package Description org.hibernate.boot.jaxb.hbm.transform -
-
Uses of HbmXmlTransformer.Options in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type HbmXmlTransformer.Options Modifier and Type Method Description static JaxbEntityMappings
HbmXmlTransformer. transform(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)
Main entry into hbm.xml transformationConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type HbmXmlTransformer.Options Constructor Description HbmXmlTransformer(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)
-