Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
-
Packages that use JaxbMapKeyClass Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbMapKeyClass in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyClass Modifier and Type Field Description protected JaxbMapKeyClassJaxbElementCollection. mapKeyClassprotected JaxbMapKeyClassJaxbManyToMany. mapKeyClassprotected JaxbMapKeyClassJaxbOneToMany. mapKeyClassMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyClass Modifier and Type Method Description JaxbMapKeyClassObjectFactory. createJaxbMapKeyClass()Create an instance ofJaxbMapKeyClassJaxbMapKeyClassCollectionAttribute. getMapKeyClass()JaxbMapKeyClassJaxbElementCollection. getMapKeyClass()Gets the value of the mapKeyClass property.JaxbMapKeyClassJaxbManyToMany. getMapKeyClass()Gets the value of the mapKeyClass property.JaxbMapKeyClassJaxbOneToMany. getMapKeyClass()Gets the value of the mapKeyClass property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbMapKeyClass Modifier and Type Method Description voidCollectionAttribute. setMapKeyClass(JaxbMapKeyClass value)voidJaxbElementCollection. setMapKeyClass(JaxbMapKeyClass value)Sets the value of the mapKeyClass property.voidJaxbManyToMany. setMapKeyClass(JaxbMapKeyClass value)Sets the value of the mapKeyClass property.voidJaxbOneToMany. setMapKeyClass(JaxbMapKeyClass value)Sets the value of the mapKeyClass property.
-