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, ServiceRegistry serviceRegistry, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xml
JAXB bindings into a list ofmapping.xml
JAXB bindings
-
Method Details
-
transform
public static List<Binding<JaxbEntityMappingsImpl>> transform(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, ServiceRegistry serviceRegistry, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xml
JAXB bindings into a list ofmapping.xml
JAXB bindings- Parameters:
hbmXmlBindings
- The list ofhbm.xml
JAXB bindingsunsupportedFeatureHandling
- How to handlehbm.xml
features we don't transform- Returns:
- The list of
mapping.xml
JAXB bindings
-