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 JaxbAnyMappingKeyImplJaxbAnyMappingImpl.keyprotected JaxbAnyMappingKeyImplJaxbPluralAnyMappingImpl.keyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAnyMappingKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAnyMappingKeyImpl()Create an instance ofJaxbAnyMappingKeyImplJaxbAnyMappingImpl.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 TypeMethodDescriptionvoidJaxbAnyMappingImpl.setKey(JaxbAnyMappingKeyImpl value) Sets the value of the key property.voidJaxbPluralAnyMappingImpl.setKey(JaxbAnyMappingKeyImpl value) Sets the value of the key property.