Class HibernateColumnResolverUtility.PrimaryKeyColumnLocation
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.support.HibernateColumnResolverUtility.PrimaryKeyColumnLocation
- Enclosing class:
- HibernateColumnResolverUtility
Represents the physical location of primary key information for an entity.
-
Constructor Summary
ConstructorsConstructorDescriptionPrimaryKeyColumnLocation(HibernateColumnResolverUtility.ColumnLocation currentEntityPrimaryKeyLocation, HibernateColumnResolverUtility.ColumnLocation rootEntityPrimaryKeyLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIdentifies the physical location for the primary key of the current entity.If the 'current entity' is an extension of another entity (ex: extension with Inheritance strategy of JOINED), this will contain the primary key details about the root entity's table.inthashCode()toString()
-
Constructor Details
-
PrimaryKeyColumnLocation
public PrimaryKeyColumnLocation(HibernateColumnResolverUtility.ColumnLocation currentEntityPrimaryKeyLocation, @Nullable HibernateColumnResolverUtility.ColumnLocation rootEntityPrimaryKeyLocation)
-
-
Method Details
-
getCurrentEntityPrimaryKeyLocation
Identifies the physical location for the primary key of the current entity. -
getRootEntityPrimaryKeyLocation
If the 'current entity' is an extension of another entity (ex: extension with Inheritance strategy of JOINED), this will contain the primary key details about the root entity's table. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-