Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
-
Packages that use JaxbHbmParentType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmParentType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmParentType Modifier and Type Field Description protected JaxbHbmParentTypeJaxbHbmCompositeAttributeType. parentprotected JaxbHbmParentTypeJaxbHbmCompositeCollectionElementType. parentprotected JaxbHbmParentTypeJaxbHbmNestedCompositeElementType. parentMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmParentType Modifier and Type Method Description JaxbHbmParentTypeObjectFactory. createJaxbHbmParentType()Create an instance ofJaxbHbmParentTypeJaxbHbmParentTypeJaxbHbmCompositeAttributeType. getParent()Gets the value of the parent property.JaxbHbmParentTypeJaxbHbmCompositeCollectionElementType. getParent()Gets the value of the parent property.JaxbHbmParentTypeJaxbHbmNestedCompositeElementType. getParent()Gets the value of the parent property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmParentType Modifier and Type Method Description voidJaxbHbmCompositeAttributeType. setParent(JaxbHbmParentType value)Sets the value of the parent property.voidJaxbHbmCompositeCollectionElementType. setParent(JaxbHbmParentType value)Sets the value of the parent property.voidJaxbHbmNestedCompositeElementType. setParent(JaxbHbmParentType value)Sets the value of the parent property.
-