Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingKeyImpl
Packages that use JaxbAnyMappingKeyImpl
-
Uses of JaxbAnyMappingKeyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbAnyMappingKeyImplModifier and TypeFieldDescriptionprotected JaxbAnyMappingKeyImpl
JaxbAnyMappingImpl.key
protected JaxbAnyMappingKeyImpl
JaxbPluralAnyMappingImpl.key
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAnyMappingKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAnyMappingKeyImpl()
Create an instance ofJaxbAnyMappingKeyImpl
JaxbAnyMappingImpl.getKey()
Gets the value of the key property.JaxbPluralAnyMappingImpl.getKey()
Gets the value of the key property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbAnyMappingKeyImplModifier and TypeMethodDescriptionvoid
JaxbAnyMappingImpl.setKey
(JaxbAnyMappingKeyImpl value) Sets the value of the key property.void
JaxbPluralAnyMappingImpl.setKey
(JaxbAnyMappingKeyImpl value) Sets the value of the key property.