Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmSynchronizeType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
-
- All Implemented Interfaces:
Serializable
public class JaxbHbmSynchronizeType extends Object implements Serializable
Java class for synchronize-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="synchronize-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmSynchronizeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTable()
Gets the value of the table property.void
setTable(String value)
Sets the value of the table property.
-
-
-
Field Detail
-
table
protected String table
-
-