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