public static class DeleteStatementGeneratorImpl.PathElement extends Object
| Constructor and Description |
|---|
PathElement(String name,
String idField,
String joinColumn) |
PathElement(String name,
String idField,
String joinColumn,
boolean fromManyToOne) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdField() |
String |
getJoinColumn() |
String |
getName() |
boolean |
isFromManyToOne() |
public PathElement(String name, String idField, String joinColumn, boolean fromManyToOne)
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)Copyright © 2026. All rights reserved.