Class HibernateColumnResolverUtility.ColumnLocation

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.support.HibernateColumnResolverUtility.ColumnLocation
Enclosing class:
HibernateColumnResolverUtility

public static class HibernateColumnResolverUtility.ColumnLocation extends Object
Represents the physical location of a field in the database.
  • Constructor Details

    • ColumnLocation

      public ColumnLocation(String tableName, String columnName)
  • Method Details

    • getTableName

      public String getTableName()
      The physical name of the table containing the column (e.g., "BLC_PRODUCT" or "CUSTOM_PRODUCT_EXT").
    • getColumnName

      public String getColumnName()
      The physical name of the column (e.g., "SKU" or "COLOR_VAL").
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object