Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
-
Packages that use JaxbHbmAnyValueMappingType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmAnyValueMappingType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmAnyValueMappingType Modifier and Type Field Description protected java.util.List<JaxbHbmAnyValueMappingType>JaxbHbmAnyAssociationType. metaValueprotected java.util.List<JaxbHbmAnyValueMappingType>JaxbHbmManyToAnyCollectionElementType. metaValueMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmAnyValueMappingType Modifier and Type Method Description JaxbHbmAnyValueMappingTypeObjectFactory. createJaxbHbmAnyValueMappingType()Create an instance ofJaxbHbmAnyValueMappingTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmAnyValueMappingType Modifier and Type Method Description java.util.List<JaxbHbmAnyValueMappingType>JaxbHbmAnyAssociationType. getMetaValue()Gets the value of the metaValue property.java.util.List<JaxbHbmAnyValueMappingType>JaxbHbmManyToAnyCollectionElementType. getMetaValue()Gets the value of the metaValue property.
-