Class HbmXmlTransformer
java.lang.Object
org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<Binding<JaxbEntityMappingsImpl>>transform(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xmlJAXB bindings into a list ofmapping.xmlJAXB bindings
-
Method Details
-
transform
public static List<Binding<JaxbEntityMappingsImpl>> transform(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xmlJAXB bindings into a list ofmapping.xmlJAXB bindings- Parameters:
hbmXmlBindings- The list ofhbm.xmlJAXB bindingsunsupportedFeatureHandling- How to handlehbm.xmlfeatures we don't transform- Returns:
- The list of
mapping.xmlJAXB bindings
-