|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
public class JaxbEntityResult
Field Summary | |
---|---|
protected String |
discriminatorColumn
|
protected String |
entityClass
|
protected List<JaxbFieldResult> |
fieldResult
|
Constructor Summary | |
---|---|
JaxbEntityResult()
|
Method Summary | |
---|---|
String |
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property. |
String |
getEntityClass()
Gets the value of the entityClass property. |
List<JaxbFieldResult> |
getFieldResult()
Gets the value of the fieldResult property. |
void |
setDiscriminatorColumn(String value)
Sets the value of the discriminatorColumn property. |
void |
setEntityClass(String value)
Sets the value of the entityClass property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<JaxbFieldResult> fieldResult
protected String entityClass
protected String discriminatorColumn
Constructor Detail |
---|
public JaxbEntityResult()
Method Detail |
---|
public List<JaxbFieldResult> getFieldResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fieldResult property.
For example, to add a new item, do as follows:
getFieldResult().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbFieldResult
public String getEntityClass()
String
public void setEntityClass(String value)
value
- allowed object is
String
public String getDiscriminatorColumn()
String
public void setDiscriminatorColumn(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |