Class JaxbSqlSelectImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbSqlSelectImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JaxbSqlResultSetMappingImpl
protected String
protected List<JaxbSynchronizedTableImpl>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the resultSetMapping property.getSql()
Gets the value of the sql property.Gets the value of the synchronize property.void
Sets the value of the resultSetMapping property.void
Sets the value of the sql property.
-
Field Details
-
sql
-
resultSetMapping
-
synchronize
-
-
Constructor Details
-
JaxbSqlSelectImpl
public JaxbSqlSelectImpl()
-
-
Method Details
-
getSql
Gets the value of the sql property.- Returns:
- possible object is
String
-
setSql
Sets the value of the sql property.- Parameters:
value
- allowed object isString
-
getResultSetMapping
Gets the value of the resultSetMapping property.- Returns:
- possible object is
JaxbSqlResultSetMappingImpl
-
setResultSetMapping
Sets the value of the resultSetMapping property.- Parameters:
value
- allowed object isJaxbSqlResultSetMappingImpl
-
getSynchronize
Gets the value of the synchronize 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 synchronize property.For example, to add a new item, do as follows:
getSynchronize().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbSynchronizedTableImpl
- Returns:
- The value of the synchronize property.
-