Class HibernateColumnResolverUtility.ColumnLocation
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.support.HibernateColumnResolverUtility.ColumnLocation
- Enclosing class:
- HibernateColumnResolverUtility
Represents the physical location of a field in the database.
-
Constructor Details
-
ColumnLocation
-
-
Method Details
-
getTableName
The physical name of the table containing the column (e.g., "BLC_PRODUCT" or "CUSTOM_PRODUCT_EXT"). -
getColumnName
The physical name of the column (e.g., "SKU" or "COLOR_VAL"). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-