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 Type
    Method
    Description
    Gets current field name.
    Gets reference field name.
    static long
    Gets 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
      Gets serial version uid.
      Returns:
      the serialVersionUID
    • getCurrentField

      public String getCurrentField()
      Gets current field name.
      Returns:
      the currentField
    • getReferenceField

      public String getReferenceField()
      Gets reference field name.
      Returns:
      the referenceFieldName