Class JaxbEntityResultImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
All Implemented Interfaces:
Serializable

public class JaxbEntityResultImpl extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • JaxbEntityResultImpl

      public JaxbEntityResultImpl()
  • Method Details

    • getLockMode

      public LockModeType getLockMode()
      Gets the value of the lockMode property.
      Returns:
      possible object is String
    • setLockMode

      public void setLockMode(LockModeType value)
      Sets the value of the lockMode property.
      Parameters:
      value - allowed object is String
    • getFieldResult

      public List<JaxbFieldResultImpl> 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 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 JaxbFieldResultImpl

      Returns:
      The value of the fieldResult property.
    • getEntityClass

      public String getEntityClass()
      Gets the value of the entityClass property.
      Returns:
      possible object is String
    • setEntityClass

      public void setEntityClass(String value)
      Sets the value of the entityClass property.
      Parameters:
      value - allowed object is String
    • getDiscriminatorColumn

      public String getDiscriminatorColumn()
      Gets the value of the discriminatorColumn property.
      Returns:
      possible object is String
    • setDiscriminatorColumn

      public void setDiscriminatorColumn(String value)
      Sets the value of the discriminatorColumn property.
      Parameters:
      value - allowed object is String