Package org.hibernate.boot.jaxb.mapping
Class JaxbPrimaryKeyJoinColumn
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.getName()Gets the value of the name property.Gets the value of the referencedColumnName property.voidsetColumnDefinition(String value) Sets the value of the columnDefinition property.voidSets the value of the name property.voidsetReferencedColumnName(String value) Sets the value of the referencedColumnName property.
-
Field Details
-
name
-
referencedColumnName
-
columnDefinition
-
-
Constructor Details
-
JaxbPrimaryKeyJoinColumn
public JaxbPrimaryKeyJoinColumn()
-
-
Method Details
-
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
-
getReferencedColumnName
Gets the value of the referencedColumnName property.- Returns:
- possible object is
String
-
setReferencedColumnName
Sets the value of the referencedColumnName property.- Parameters:
value- allowed object isString
-
getColumnDefinition
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value- allowed object isString
-