Class JaxbHbmFilterAliasMappingType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
- All Implemented Interfaces:
Serializable
<p>Java class for filter-alias-mapping-type complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="filter-alias-mapping-type">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets the value of the alias property.Gets the value of the entity property.getTable()Gets the value of the table property.getValue()Gets the value of the value property.voidSets the value of the alias property.voidSets the value of the entity property.voidSets the value of the table property.voidSets the value of the value property.
-
Field Details
-
value
-
alias
-
table
-
entity
-
-
Constructor Details
-
JaxbHbmFilterAliasMappingType
public JaxbHbmFilterAliasMappingType()
-
-
Method Details
-
getValue
-
setValue
-
getAlias
-
setAlias
-
getTable
-
setTable
-
getEntity
-
setEntity
-