Class ReferenceConfig.JoinColumnConfig
java.lang.Object
org.nervousync.beans.core.BeanObject
org.nervousync.database.beans.configs.reference.ReferenceConfig.JoinColumnConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReferenceConfig
public static final class ReferenceConfig.JoinColumnConfig
extends org.nervousync.beans.core.BeanObject
The type Join column config.
- See Also:
-
Field Summary
Fields inherited from class org.nervousync.beans.core.BeanObject
LOGGER -
Method Summary
Modifier and TypeMethodDescriptionGets current field name.Gets reference field name.static longGets serial version uid.Methods inherited from class org.nervousync.beans.core.BeanObject
equals, hashCode, objectToString, toFormattedJson, toFormattedYaml, toJson, toString, toXML, toXML, toXML, toXML, toXML, toYaml
-
Method Details
-
getSerialVersionUID
public static long getSerialVersionUID()Gets serial version uid.- Returns:
- the serialVersionUID
-
getCurrentField
Gets current field name.- Returns:
- the currentField
-
getReferenceField
Gets reference field name.- Returns:
- the referenceFieldName
-