Uses of Class
com.broadleafcommerce.data.tracking.jpa.support.HibernateColumnResolverUtility.ColumnLocation
Packages that use HibernateColumnResolverUtility.ColumnLocation
Package
Description
-
Uses of HibernateColumnResolverUtility.ColumnLocation in com.broadleafcommerce.data.tracking.jpa.filtering.propagation
Methods in com.broadleafcommerce.data.tracking.jpa.filtering.propagation with parameters of type HibernateColumnResolverUtility.ColumnLocationModifier and TypeMethodDescriptionDefaultSimpleFieldPropagationUpdateNativeSqlStrategy.buildAuditUpdateSetClausesIfApplicable(com.broadleafcommerce.data.tracking.core.transition.propagation.hierarchy.fieldupdate.FieldUpdatePropagatorInput fieldUpdatePropagatorInput, jakarta.persistence.EntityManager em, Class<?> managedType, HibernateColumnResolverUtility.ColumnLocation resolvedTargetColumnLocation, Map<String, Object> queryParameters) -
Uses of HibernateColumnResolverUtility.ColumnLocation in com.broadleafcommerce.data.tracking.jpa.support
Methods in com.broadleafcommerce.data.tracking.jpa.support that return HibernateColumnResolverUtility.ColumnLocationModifier and TypeMethodDescriptionHibernateColumnResolverUtility.PrimaryKeyColumnLocation.getCurrentEntityPrimaryKeyLocation()Identifies the physical location for the primary key of the current entity.HibernateColumnResolverUtility.PrimaryKeyColumnLocation.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.Methods in com.broadleafcommerce.data.tracking.jpa.support that return types with arguments of type HibernateColumnResolverUtility.ColumnLocationModifier and TypeMethodDescriptionHibernateColumnResolverUtility.getPhysicalColumnLocationForSimpleField(@NonNull jakarta.persistence.EntityManager entityManager, @NonNull Class<?> entityClass, @NonNull String propertyPath) Resolves a dot-separated property path to a physical table and column.Constructors in com.broadleafcommerce.data.tracking.jpa.support with parameters of type HibernateColumnResolverUtility.ColumnLocationModifierConstructorDescriptionPrimaryKeyColumnLocation(HibernateColumnResolverUtility.ColumnLocation currentEntityPrimaryKeyLocation, HibernateColumnResolverUtility.ColumnLocation rootEntityPrimaryKeyLocation)