Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.filter |
This package contains filter data objects.
|
oracle.pgx.common.types |
This package contains enums and helper classes identifying common PGX types.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
PgxCollection.getElementType()
Gets the element type.
|
EntityType |
Property.getEntityType()
Gets the entity type.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
FilterType.getEntityType() |
Modifier and Type | Method and Description |
---|---|
static EntityType |
EntityType.parseEntityType(java.lang.String input)
Parses the entity type.
|
static EntityType |
TypeConverter.propertyTypeToEntityType(PropertyType type)
Delegate to
TypeConverter.propertyTypeToEntityType(PropertyType, boolean) with strict = true |
static EntityType |
TypeConverter.propertyTypeToEntityType(PropertyType type, boolean strict)
Converts a property type to an entity type.
|
static EntityType |
EntityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyType |
TypeConverter.entityTypeToPropertyType(EntityType type)
Converts an entity type to a property type.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.