| Package | Description |
|---|---|
| com.impetus.kundera.persistence.context | |
| com.impetus.kundera.persistence.context.jointable |
| Modifier and Type | Method and Description |
|---|---|
private void |
FlushManager.addJoinTableData(JoinTableData.OPERATION operation,
String schemaName,
String joinTableName,
String joinColumnName,
String invJoinColumnName,
Class<?> entityClass,
Object joinColumnValue,
Set<Object> invJoinColumnValues)
Adds the join table data into map.
|
| Modifier and Type | Field and Description |
|---|---|
private JoinTableData.OPERATION |
JoinTableData.operation
Operation to be performed on this Join Table data
|
| Modifier and Type | Method and Description |
|---|---|
JoinTableData.OPERATION |
JoinTableData.getOperation() |
static JoinTableData.OPERATION |
JoinTableData.OPERATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinTableData.OPERATION[] |
JoinTableData.OPERATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinTableData.setOperation(JoinTableData.OPERATION operation) |
| Constructor and Description |
|---|
JoinTableData(JoinTableData.OPERATION operation,
String schemaName,
String joinTableName,
String joinColumnName,
String inverseJoinColumnName,
Class<?> entityClass) |
Copyright © 2015. All Rights Reserved.