Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmFilterAliasMappingType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
- All Implemented Interfaces:
Serializable
Java class for filter-alias-mapping-type complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
- 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
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isString
-
getEntity
Gets the value of the entity property.- Returns:
- possible object is
String
-
setEntity
Sets the value of the entity property.- Parameters:
value- allowed object isString
-