Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
Packages that use JaxbMapKeyClass
-
Uses of JaxbMapKeyClass in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKeyClassModifier and TypeFieldDescriptionprotected JaxbMapKeyClassJaxbElementCollection.mapKeyClassprotected JaxbMapKeyClassJaxbManyToMany.mapKeyClassprotected JaxbMapKeyClassJaxbOneToMany.mapKeyClassMethods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyClassModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyClass()Create an instance ofJaxbMapKeyClassCollectionAttribute.getMapKeyClass()JaxbElementCollection.getMapKeyClass()Gets the value of the mapKeyClass property.JaxbManyToMany.getMapKeyClass()Gets the value of the mapKeyClass property.JaxbOneToMany.getMapKeyClass()Gets the value of the mapKeyClass property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKeyClassModifier and TypeMethodDescriptionvoidCollectionAttribute.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.