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 JaxbCollectionTableJaxbElementCollection. collectionTableMethods in org.hibernate.boot.jaxb.mapping 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 with parameters of type JaxbCollectionTable Modifier and Type Method Description voidJaxbElementCollection. setCollectionTable(JaxbCollectionTable value)Sets the value of the collectionTable property.
-