Uses of Class
oracle.pgx.common.types.EntityType
-
Packages that use EntityType 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. -
-
Uses of EntityType in oracle.pgx.api
Methods in oracle.pgx.api that return EntityType Modifier and Type Method Description EntityTypeProperty. getEntityType()Gets the entity type. -
Uses of EntityType in oracle.pgx.api.filter
Methods in oracle.pgx.api.filter that return EntityType Modifier and Type Method Description EntityTypeFilterType. getEntityType() -
Uses of EntityType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return EntityType Modifier and Type Method Description static EntityTypeEntityType. parseEntityType(java.lang.String input)Parses the entity type.static EntityTypeTypeConverter. propertyTypeToEntityType(PropertyType type)Delegate toTypeConverter.propertyTypeToEntityType(PropertyType, boolean)withstrict = truestatic EntityTypeTypeConverter. propertyTypeToEntityType(PropertyType type, boolean strict)Converts a property type to an entity type.static EntityTypeEntityType. 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.Methods in oracle.pgx.common.types that return types with arguments of type EntityType Modifier and Type Method Description java.util.Optional<EntityType>PropertyType. toEntityType()Converts this property type to anEntityType.Methods in oracle.pgx.common.types with parameters of type EntityType Modifier and Type Method Description static PropertyTypeTypeConverter. entityTypeToPropertyType(EntityType type)Converts an entity type to a property type.
-