Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Packages that use JaxbHbmDynamicComponentType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmDynamicComponentType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmDynamicComponentType Modifier and Type Method Description JaxbHbmDynamicComponentType
ObjectFactory. createJaxbHbmDynamicComponentType()
Create an instance ofJaxbHbmDynamicComponentType
-
Uses of JaxbHbmDynamicComponentType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmDynamicComponentType Modifier and Type Method Description static void
AttributesHelper. processDynamicComponentAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmDynamicComponentType dynamicComponentJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability)
-