| Package | Description |
|---|---|
| oracle.pgx.api.filter |
This package contains filter data objects.
|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterStrategy |
FilterStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterStrategy[] |
FilterStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FilterStrategy |
GraphLoadingConfig.getFilterStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractGraphConfigBuilder.setFilterStrategy(FilterStrategy filterStrategy)
Deprecated.
Filtered loading is deprecated since PGX 22.3.
|