Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
Packages that use JaxbCollectionTableImpl
-
Uses of JaxbCollectionTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCollectionTableImplModifier and TypeFieldDescriptionprotected JaxbCollectionTableImpl
JaxbElementCollectionImpl.collectionTable
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCollectionTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCollectionTableImpl()
Create an instance ofJaxbCollectionTableImpl
JaxbElementCollectionImpl.getCollectionTable()
Gets the value of the collectionTable property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbCollectionTableImplModifier and TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setCollectionTable
(JaxbCollectionTableImpl value) Sets the value of the collectionTable property.