Package org.hibernate.boot.jaxb.mapping
Class JaxbVersion
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbVersion
- All Implemented Interfaces:
Serializable,PersistentAttribute
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected Stringprotected JaxbColumnprotected Stringprotected TemporalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the attributeAccessor property.Gets the value of the column property.getName()Gets the value of the name property.Gets the value of the temporal property.voidsetAccess(AccessType value) Sets the value of the access property.voidsetAttributeAccessor(String value) Sets the value of the attributeAccessor property.voidsetColumn(JaxbColumn value) Sets the value of the column property.voidSets the value of the name property.voidsetTemporal(TemporalType value) Sets the value of the temporal property.
-
Field Details
-
column
-
temporal
-
name
-
access
-
attributeAccessor
-
-
Constructor Details
-
JaxbVersion
public JaxbVersion()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
JaxbColumn
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isJaxbColumn
-
getTemporal
Gets the value of the temporal property.- Returns:
- possible object is
String
-
setTemporal
Sets the value of the temporal property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Specified by:
getNamein interfacePersistentAttribute- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Specified by:
setNamein interfacePersistentAttribute- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Specified by:
getAccessin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAccess
Sets the value of the access property.- Specified by:
setAccessin interfacePersistentAttribute- Parameters:
value- allowed object isString
-
getAttributeAccessor
Gets the value of the attributeAccessor property.- Specified by:
getAttributeAccessorin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAttributeAccessor
Sets the value of the attributeAccessor property.- Specified by:
setAttributeAccessorin interfacePersistentAttribute- Parameters:
value- allowed object isString
-