Package org.hibernate.boot.jaxb.mapping
Class JaxbHbmFilter.JaxbAliases
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JaxbHbmFilter
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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
-
Constructor Summary
-
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.void
Sets the value of the alias property.void
Sets the value of the entity property.void
Sets the value of the table property.void
Sets the value of the value property.
-
Field Details
-
value
-
alias
-
table
-
entity
-
-
Constructor Details
-
JaxbAliases
public JaxbAliases()
-
-
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
-