Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
-
Packages that use JaxbHbmAnyKey Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHbmAnyKey in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbHbmAnyKey Modifier and Type Field Description protected JaxbHbmAnyKey
JaxbHbmAnyMapping. key
protected JaxbHbmAnyKey
JaxbHbmManyToAny. key
Methods in org.hibernate.boot.jaxb.mapping that return JaxbHbmAnyKey Modifier and Type Method Description JaxbHbmAnyKey
ObjectFactory. createJaxbHbmAnyKey()
Create an instance ofJaxbHbmAnyKey
JaxbHbmAnyKey
JaxbHbmAnyMapping. getKey()
Gets the value of the key property.JaxbHbmAnyKey
JaxbHbmManyToAny. getKey()
Gets the value of the key property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbHbmAnyKey Modifier and Type Method Description void
JaxbHbmAnyMapping. setKey(JaxbHbmAnyKey value)
Sets the value of the key property.void
JaxbHbmManyToAny. setKey(JaxbHbmAnyKey value)
Sets the value of the key property.
-