Class JaxbVersion
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
- All Implemented Interfaces:
Serializable
,PersistentAttribute
public class JaxbVersion extends Object implements Serializable, PersistentAttribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.AccessType
getAccess()
Gets the value of the access property.JaxbColumn
getColumn()
Gets the value of the column property.String
getName()
Gets the value of the name property.jakarta.persistence.TemporalType
getTemporal()
Gets the value of the temporal property.void
setAccess(jakarta.persistence.AccessType value)
Sets the value of the access property.void
setColumn(JaxbColumn value)
Sets the value of the column property.void
setName(String value)
Sets the value of the name property.void
setTemporal(jakarta.persistence.TemporalType value)
Sets the value of the temporal property.
-
-
-
Field Detail
-
column
protected JaxbColumn column
-
temporal
protected jakarta.persistence.TemporalType temporal
-
name
protected String name
-
access
protected jakarta.persistence.AccessType access
-
-
Method Detail
-
getColumn
public JaxbColumn getColumn()
Gets the value of the column property.- Returns:
- possible object is
JaxbColumn
-
setColumn
public void setColumn(JaxbColumn value)
Sets the value of the column property.- Parameters:
value
- allowed object isJaxbColumn
-
getTemporal
public jakarta.persistence.TemporalType getTemporal()
Gets the value of the temporal property.- Returns:
- possible object is
String
-
setTemporal
public void setTemporal(jakarta.persistence.TemporalType value)
Sets the value of the temporal property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Specified by:
getName
in interfacePersistentAttribute
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getAccess
public jakarta.persistence.AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccess
in interfacePersistentAttribute
- Returns:
- possible object is
String
-
setAccess
public void setAccess(jakarta.persistence.AccessType value)
Sets the value of the access property.- Specified by:
setAccess
in interfacePersistentAttribute
- Parameters:
value
- allowed object isString
-
-