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 JaxbHbmAnyKeyJaxbHbmAnyMapping. keyprotected JaxbHbmAnyKeyJaxbHbmManyToAny. keyMethods in org.hibernate.boot.jaxb.mapping that return JaxbHbmAnyKey Modifier and Type Method Description JaxbHbmAnyKeyObjectFactory. createJaxbHbmAnyKey()Create an instance ofJaxbHbmAnyKeyJaxbHbmAnyKeyJaxbHbmAnyMapping. getKey()Gets the value of the key property.JaxbHbmAnyKeyJaxbHbmManyToAny. 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 voidJaxbHbmAnyMapping. setKey(JaxbHbmAnyKey value)Sets the value of the key property.voidJaxbHbmManyToAny. setKey(JaxbHbmAnyKey value)Sets the value of the key property.
-