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 JaxbHbmMapKeyCompositeType
JaxbHbmMapType. compositeMapKey
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmMapKeyCompositeType Modifier and Type Method Description JaxbHbmMapKeyCompositeType
ObjectFactory. createJaxbHbmMapKeyCompositeType()
Create an instance ofJaxbHbmMapKeyCompositeType
JaxbHbmMapKeyCompositeType
JaxbHbmMapType. 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 void
JaxbHbmMapType. 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)
-