public class Inheritance extends Object
Constructor and Description |
---|
Inheritance() |
Modifier and Type | Method and Description |
---|---|
String |
getDiscriminatorColumn() |
String |
getDiscriminatorValue() |
String |
getParentEntityName() |
InheritanceType |
getStrategy() |
boolean |
hasDiscriminatorColumn() |
boolean |
hasDiscriminatorValue() |
boolean |
hasParentEntityName() |
boolean |
hasStrategy() |
boolean |
is(InheritanceType strategy) |
void |
setDiscriminatorColumn(String discriminatorColumn) |
void |
setDiscriminatorValue(String discriminatorValue) |
void |
setParentEntityName(String parentEntityName) |
void |
setStrategy(InheritanceType strategy) |
public boolean hasDiscriminatorColumn()
public boolean hasDiscriminatorValue()
public boolean hasParentEntityName()
public boolean hasStrategy()
public boolean is(InheritanceType strategy)
public String getDiscriminatorColumn()
public String getDiscriminatorValue()
public String getParentEntityName()
public InheritanceType getStrategy()
public void setDiscriminatorColumn(String discriminatorColumn)
public void setDiscriminatorValue(String discriminatorValue)
public void setParentEntityName(String parentEntityName)
public void setStrategy(InheritanceType strategy)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.