Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Packages that use JaxbCollectionTable Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbCollectionTable in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCollectionTable Modifier and Type Field Description protected JaxbCollectionTable
JaxbElementCollection. collectionTable
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCollectionTable Modifier and Type Method Description JaxbCollectionTable
ObjectFactory. createJaxbCollectionTable()
Create an instance ofJaxbCollectionTable
JaxbCollectionTable
JaxbElementCollection. getCollectionTable()
Gets the value of the collectionTable property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbCollectionTable Modifier and Type Method Description void
JaxbElementCollection. setCollectionTable(JaxbCollectionTable value)
Sets the value of the collectionTable property.
-