Class JaxbHbmDialectScopeType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
- All Implemented Interfaces:
Serializable
<p>Java class for DialectScopeType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="DialectScopeType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
name
-
-
Constructor Details
-
JaxbHbmDialectScopeType
public JaxbHbmDialectScopeType()
-
-
Method Details
-
getValue
-
setValue
-
getName
-
setName
-