Package org.hibernate.processor.xml.jaxb
Class EntityResult
java.lang.Object
org.hibernate.processor.xml.jaxb.EntityResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the discriminatorColumn property.Gets the value of the entityClass property.Gets the value of the fieldResult property.voidsetDiscriminatorColumn(String value) Sets the value of the discriminatorColumn property.voidsetEntityClass(String value) Sets the value of the entityClass property.
-
Field Details
-
fieldResult
-
entityClass
-
discriminatorColumn
-
-
Constructor Details
-
EntityResult
public EntityResult()
-
-
Method Details
-
getFieldResult
Gets the value of the fieldResult property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
FieldResult- Returns:
- The value of the fieldResult property.
-
getEntityClass
Gets the value of the entityClass property.- Returns:
- possible object is
String
-
setEntityClass
Sets the value of the entityClass property.- Parameters:
value- allowed object isString
-
getDiscriminatorColumn
Gets the value of the discriminatorColumn property.- Returns:
- possible object is
String
-
setDiscriminatorColumn
Sets the value of the discriminatorColumn property.- Parameters:
value- allowed object isString
-