Package org.hibernate.processor.xml.jaxb
Class Id
java.lang.Object
org.hibernate.processor.xml.jaxb.Id
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected Columnprotected GeneratedValueprotected Stringprotected SequenceGeneratorprotected TableGeneratorprotected TemporalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the column property.Gets the value of the generatedValue property.getName()Gets the value of the name property.Gets the value of the sequenceGenerator property.Gets the value of the tableGenerator property.Gets the value of the temporal property.voidsetAccess(AccessType value) Sets the value of the access property.voidSets the value of the column property.voidsetGeneratedValue(GeneratedValue value) Sets the value of the generatedValue property.voidSets the value of the name property.voidSets the value of the sequenceGenerator property.voidsetTableGenerator(TableGenerator value) Sets the value of the tableGenerator property.voidsetTemporal(TemporalType value) Sets the value of the temporal property.
-
Field Details
-
column
-
generatedValue
-
temporal
-
tableGenerator
-
sequenceGenerator
-
name
-
access
-
-
Constructor Details
-
Id
public Id()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
Column
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isColumn
-
getGeneratedValue
Gets the value of the generatedValue property.- Returns:
- possible object is
GeneratedValue
-
setGeneratedValue
Sets the value of the generatedValue property.- Parameters:
value- allowed object isGeneratedValue
-
getTemporal
Gets the value of the temporal property.- Returns:
- possible object is
TemporalType
-
setTemporal
Sets the value of the temporal property.- Parameters:
value- allowed object isTemporalType
-
getTableGenerator
Gets the value of the tableGenerator property.- Returns:
- possible object is
TableGenerator
-
setTableGenerator
Sets the value of the tableGenerator property.- Parameters:
value- allowed object isTableGenerator
-
getSequenceGenerator
Gets the value of the sequenceGenerator property.- Returns:
- possible object is
SequenceGenerator
-
setSequenceGenerator
Sets the value of the sequenceGenerator property.- Parameters:
value- allowed object isSequenceGenerator
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-