Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
-
Packages that use JaxbCollectionTable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbCollectionTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCollectionTable Modifier and Type Field Description protected JaxbCollectionTable
JaxbElementCollection. collectionTable
Methods in org.hibernate.boot.jaxb.mapping 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 with parameters of type JaxbCollectionTable Modifier and Type Method Description void
JaxbElementCollection. setCollectionTable(JaxbCollectionTable value)
Sets the value of the collectionTable property.
-