Uses of Class
org.hibernate.processor.xml.jaxb.Inheritance
-
Packages that use Inheritance Package Description org.hibernate.processor.xml.jaxb -
-
Uses of Inheritance in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as Inheritance Modifier and Type Field Description protected Inheritance
Entity. inheritance
Methods in org.hibernate.processor.xml.jaxb that return Inheritance Modifier and Type Method Description Inheritance
ObjectFactory. createInheritance()
Create an instance ofInheritance
Inheritance
Entity. getInheritance()
Gets the value of the inheritance property.Methods in org.hibernate.processor.xml.jaxb with parameters of type Inheritance Modifier and Type Method Description void
Entity. setInheritance(Inheritance value)
Sets the value of the inheritance property.
-