Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Packages that use CollectionTable Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of CollectionTable in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as CollectionTable Modifier and Type Field Description protected CollectionTable
ElementCollection. collectionTable
Methods in org.hibernate.jpamodelgen.xml.jaxb that return CollectionTable Modifier and Type Method Description CollectionTable
ObjectFactory. createCollectionTable()
Create an instance ofCollectionTable
CollectionTable
ElementCollection. getCollectionTable()
Gets the value of the collectionTable property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type CollectionTable Modifier and Type Method Description void
ElementCollection. setCollectionTable(CollectionTable value)
Sets the value of the collectionTable property.
-