Class JaxbSynchronizedTableImpl

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

public class JaxbSynchronizedTableImpl extends Object implements Serializable
<p>Java class for synchronized-table complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="synchronized-table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> }</pre>
See Also:
  • Field Details

    • table

      protected String table
  • Constructor Details

    • JaxbSynchronizedTableImpl

      public JaxbSynchronizedTableImpl()
  • Method Details

    • getTable

      public String getTable()
      Gets the value of the table property.
      Returns:
      possible object is String
    • setTable

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