Class DeleteStatementGeneratorImpl.PathElement
java.lang.Object
org.broadleafcommerce.core.util.service.DeleteStatementGeneratorImpl.PathElement
- Enclosing class:
- DeleteStatementGeneratorImpl
-
Constructor Summary
ConstructorsConstructorDescriptionPathElement(String name, String idField, String joinColumn) PathElement(String name, String idField, String joinColumn, boolean fromManyToOne) -
Method Summary
-
Constructor Details
-
PathElement
- Parameters:
name- table nameidField- id field namejoinColumn- fk column name in this table to join with "parent table", like blc_order->order_item, fk is ORDER_IDfromManyToOne- is this path came from @ManyToOne - ManyToMany case without 3rd table (or exceptional case @OneToOne biderectional with one site @ManyToOne)
-
PathElement
-
-
Method Details
-
getName
-
getIdField
-
getJoinColumn
-
isFromManyToOne
public boolean isFromManyToOne()
-