Class JaxbInheritance
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbInheritance extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected InheritanceTypestrategy
-
Constructor Summary
Constructors Constructor Description JaxbInheritance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InheritanceTypegetStrategy()Gets the value of the strategy property.voidsetStrategy(InheritanceType value)Sets the value of the strategy property.
-
-
-
Field Detail
-
strategy
protected InheritanceType strategy
-
-
Method Detail
-
getStrategy
public InheritanceType getStrategy()
Gets the value of the strategy property.- Returns:
- possible object is
String
-
setStrategy
public void setStrategy(InheritanceType value)
Sets the value of the strategy property.- Parameters:
value- allowed object isString
-
-