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 JaxbCollectionTableJaxbElementCollection. collectionTableMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCollectionTable Modifier and Type Method Description JaxbCollectionTableObjectFactory. createJaxbCollectionTable()Create an instance ofJaxbCollectionTableJaxbCollectionTableJaxbElementCollection. 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 voidJaxbElementCollection. setCollectionTable(JaxbCollectionTable value)Sets the value of the collectionTable property.
-