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. metaValue
protected List<JaxbHbmAnyValueMappingType>
JaxbHbmManyToAnyCollectionElementType. metaValue
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmAnyValueMappingType Modifier and Type Method Description JaxbHbmAnyValueMappingType
ObjectFactory. createJaxbHbmAnyValueMappingType()
Create an instance ofJaxbHbmAnyValueMappingType
Methods 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.
-