Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
-
Packages that use JaxbHbmMapKeyCompositeType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmMapKeyCompositeType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmMapKeyCompositeType Modifier and Type Field Description protected JaxbHbmMapKeyCompositeTypeJaxbHbmMapType. compositeMapKeyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmMapKeyCompositeType Modifier and Type Method Description JaxbHbmMapKeyCompositeTypeObjectFactory. createJaxbHbmMapKeyCompositeType()Create an instance ofJaxbHbmMapKeyCompositeTypeJaxbHbmMapKeyCompositeTypeJaxbHbmMapType. getCompositeMapKey()Gets the value of the compositeMapKey property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmMapKeyCompositeType Modifier and Type Method Description voidJaxbHbmMapType. setCompositeMapKey(JaxbHbmMapKeyCompositeType value)Sets the value of the compositeMapKey property. -
Uses of JaxbHbmMapKeyCompositeType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmMapKeyCompositeType Constructor Description PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey)
-