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 List<JaxbHbmAnyValueMappingType>JaxbHbmAnyAssociationType. metaValueprotected 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 List<JaxbHbmAnyValueMappingType>JaxbHbmAnyAssociationType. getMetaValue()Gets the value of the metaValue property.List<JaxbHbmAnyValueMappingType>JaxbHbmManyToAnyCollectionElementType. getMetaValue()Gets the value of the metaValue property.
-