Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Packages that use JaxbHbmAnyAssociationType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmAnyAssociationType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmAnyAssociationType Modifier and Type Method Description JaxbHbmAnyAssociationType
ObjectFactory. createJaxbHbmAnyAssociationType()
Create an instance ofJaxbHbmAnyAssociationType
-
Uses of JaxbHbmAnyAssociationType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmAnyAssociationType Modifier and Type Method Description static void
AttributesHelper. processAnyAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmAnyAssociationType anyAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmAnyAssociationType Constructor Description SingularAttributeSourceAnyImpl(MappingDocument sourceMappingDocument, AttributeSourceContainer container, JaxbHbmAnyAssociationType jaxbAnyMapping, String logicalTableName, NaturalIdMutability naturalIdMutability)
-