Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Packages that use JaxbHbmCollectionIdType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmCollectionIdType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCollectionIdType Modifier and Type Field Description protected JaxbHbmCollectionIdType
JaxbHbmIdBagCollectionType. collectionId
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCollectionIdType Modifier and Type Method Description JaxbHbmCollectionIdType
ObjectFactory. createJaxbHbmCollectionIdType()
Create an instance ofJaxbHbmCollectionIdType
JaxbHbmCollectionIdType
JaxbHbmIdBagCollectionType. getCollectionId()
Gets the value of the collectionId property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCollectionIdType Modifier and Type Method Description void
JaxbHbmIdBagCollectionType. setCollectionId(JaxbHbmCollectionIdType value)
Sets the value of the collectionId property.
-