A B C D E F G I J L N O P Q R S T U 
All Classes All Packages

A

addAggregateJoin(SelectQuery<?>, ObjectSelectContext, PostgresTableField, PostgresTableType, List<ContextCriteria>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
addFields(SortCriteria, Map<String, String>) - Method in class org.dotwebstack.framework.backend.postgres.query.model.PostgresObjectRequest
 
addJoinTableCondition(SelectQuery<?>, ObjectSelectContext, PostgresTableField, PostgresTableType, Map<String, String>, List<ContextCriteria>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
AggregateFieldFactory - Class in org.dotwebstack.framework.backend.postgres.query
 
AggregateFieldFactory() - Constructor for class org.dotwebstack.framework.backend.postgres.query.AggregateFieldFactory
 
ARRAY_DELIM - Static variable in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 

B

batchLoadMany(Set<KeyCondition>, LoadEnvironment) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
batchLoadManyRequest(Set<KeyCondition>, CollectionRequest) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
batchLoadSingle(Set<KeyCondition>, LoadEnvironment) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
batchLoadSingleRequest(ObjectRequest) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
build(CollectionRequest) - Method in class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 
build(CollectionRequest, ObjectSelectContext) - Method in class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 
build(ObjectRequest) - Method in class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 
build(ObjectRequest, ObjectSelectContext) - Method in class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 

C

canDecode(int, Format, Class<?>) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
canEncode(Object) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
canEncodeNull(Class<?>) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
ColumnKeyCondition - Class in org.dotwebstack.framework.backend.postgres
 
ColumnKeyCondition() - Constructor for class org.dotwebstack.framework.backend.postgres.ColumnKeyCondition
 
connectionFactory() - Method in class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 
create(AggregateFieldConfiguration, String, String, String) - Method in class org.dotwebstack.framework.backend.postgres.query.AggregateFieldFactory
 
create(ObjectRequest, List<SortCriteria>, ObjectQueryContext) - Static method in class org.dotwebstack.framework.backend.postgres.query.model.PostgresObjectRequestFactory
 
createCondition(FilterCriteria, Table<?>, ObjectSelectContext, ObjectRequest) - Method in class org.dotwebstack.framework.backend.postgres.query.FilterConditionHelper
 
createJoinConditionForKeyCriteria(List<JoinColumn>, Map<String, PostgresFieldConfiguration>, Table<?>, Table<?>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
createJoinConditions(PostgresFieldConfiguration, Table<?>, Table<?>, Map<String, String>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
createJoinTableForKeyCriteria(PostgresTypeConfiguration, SelectQuery<?>, ObjectSelectContext, Table<?>, ObjectRequest) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
createMapAssembler(Map<String, Function<Map<String, Object>, Object>>, AtomicReference<String>, boolean) - Static method in class org.dotwebstack.framework.backend.postgres.query.QueryHelper
 
createSortConditions(List<SortCriteria>, ObjectSelectContext, Table<?>) - Static method in class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 

D

databaseClient(ConnectionFactory) - Method in class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 
decode(ByteBuf, int, Format, Class<? extends String[]>) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
dslContext() - Method in class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 

E

encode(Object) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
encodeNull() - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
EnumArrayCodec - Class in org.dotwebstack.framework.backend.postgres.codec
EnumArray R2DBC codec to represent an enum array as string array.
EnumArrayCodec(Set<Integer>) - Constructor for class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
EnumArrayCodecRegistrar - Class in org.dotwebstack.framework.backend.postgres.codec
 
EnumArrayCodecRegistrar() - Constructor for class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodecRegistrar
 
EnumCodecRegistrar - Class in org.dotwebstack.framework.backend.postgres.codec
 
EnumCodecRegistrar() - Constructor for class org.dotwebstack.framework.backend.postgres.codec.EnumCodecRegistrar
 

F

field(Table<?>, String) - Static method in class org.dotwebstack.framework.backend.postgres.query.QueryHelper
 
FilterConditionHelper - Class in org.dotwebstack.framework.backend.postgres.query
 
FilterConditionHelper(DSLContext, JoinHelper) - Constructor for class org.dotwebstack.framework.backend.postgres.query.FilterConditionHelper
 
findInverseJoinColumns() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
findJoinColumns() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
findTable(String, List<ContextCriteria>) - Static method in class org.dotwebstack.framework.backend.postgres.query.TableHelper
 

G

getField() - Method in class org.dotwebstack.framework.backend.postgres.config.JoinColumn
 
getJoinCondition(List<JoinColumn>, Map<String, PostgresFieldConfiguration>, Table<?>, Table<?>, Map<String, String>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
getJoinTableCondition(PostgresTableField, PostgresTableType, Map<String, String>, Table<?>) - Method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
getKeyCondition(DataFetchingEnvironment) - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
 
getKeyCondition(String, Map<String, Object>) - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
 
getTableAlias(String) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
 
getTableAlias(String) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
getType() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 

I

init(DotWebStackConfiguration) - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
 
invertKeyCondition(MappedByKeyCondition, Map<String, Object>) - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
 
isAggregate() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
isAggregateField() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
isNestedObjectField() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
isObjectField() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
isScalar() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
isScalarField() - Method in class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 

J

JoinColumn - Class in org.dotwebstack.framework.backend.postgres.config
 
JoinColumn() - Constructor for class org.dotwebstack.framework.backend.postgres.config.JoinColumn
 
JoinHelper - Class in org.dotwebstack.framework.backend.postgres.query
 
JoinHelper(DotWebStackConfiguration) - Constructor for class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
JoinTable - Class in org.dotwebstack.framework.backend.postgres.config
 
JoinTable() - Constructor for class org.dotwebstack.framework.backend.postgres.config.JoinTable
 

L

loadMany(KeyCondition, LoadEnvironment) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
loadManyRequest(KeyCondition, CollectionRequest) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
loadSingle(KeyCondition, LoadEnvironment) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
loadSingleRequest(ObjectRequest) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 

N

newSelectAlias() - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
 
newSelectAlias() - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
newTableAlias() - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
 
newTableAlias() - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
newTableAlias(String) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
 
newTableAlias(String) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 

O

ObjectQueryContext - Class in org.dotwebstack.framework.backend.postgres.query
 
ObjectQueryContext() - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectQueryContext
 
ObjectSelectContext - Class in org.dotwebstack.framework.backend.postgres.query
 
ObjectSelectContext() - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
ObjectSelectContext(boolean) - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
ObjectSelectContext(ObjectQueryContext) - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
org.dotwebstack.framework.backend.postgres - package org.dotwebstack.framework.backend.postgres
 
org.dotwebstack.framework.backend.postgres.codec - package org.dotwebstack.framework.backend.postgres.codec
 
org.dotwebstack.framework.backend.postgres.config - package org.dotwebstack.framework.backend.postgres.config
 
org.dotwebstack.framework.backend.postgres.query - package org.dotwebstack.framework.backend.postgres.query
 
org.dotwebstack.framework.backend.postgres.query.model - package org.dotwebstack.framework.backend.postgres.query.model
 

P

PostgresConfiguration - Class in org.dotwebstack.framework.backend.postgres
 
PostgresConfiguration(PostgresProperties, Collection<CodecRegistrar>) - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 
PostgresDataLoader - Class in org.dotwebstack.framework.backend.postgres
 
PostgresDataLoader(DatabaseClient, SelectQueryBuilder) - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
PostgresFieldConfiguration - Class in org.dotwebstack.framework.backend.postgres.config
 
PostgresFieldConfiguration() - Constructor for class org.dotwebstack.framework.backend.postgres.config.PostgresFieldConfiguration
 
PostgresKeyCriteria - Class in org.dotwebstack.framework.backend.postgres.query
 
PostgresKeyCriteria() - Constructor for class org.dotwebstack.framework.backend.postgres.query.PostgresKeyCriteria
 
PostgresObjectRequest - Class in org.dotwebstack.framework.backend.postgres.query.model
 
PostgresObjectRequest() - Constructor for class org.dotwebstack.framework.backend.postgres.query.model.PostgresObjectRequest
 
PostgresObjectRequestFactory - Class in org.dotwebstack.framework.backend.postgres.query.model
 
PostgresProperties - Class in org.dotwebstack.framework.backend.postgres
 
PostgresProperties() - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresProperties
 
PostgresTypeConfiguration - Class in org.dotwebstack.framework.backend.postgres.config
 
PostgresTypeConfiguration() - Constructor for class org.dotwebstack.framework.backend.postgres.config.PostgresTypeConfiguration
 

Q

QueryHelper - Class in org.dotwebstack.framework.backend.postgres.query
 

R

register(PostgresqlConnection, ByteBufAllocator, CodecRegistry) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodecRegistrar
 
register(PostgresqlConnection, ByteBufAllocator, CodecRegistry) - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumCodecRegistrar
 
register(PostgresqlConnection, ByteBufAllocator, CodecRegistry) - Method in class org.dotwebstack.framework.backend.postgres.codec.SpatialCodecRegistrar
 

S

SelectQueryBuilder - Class in org.dotwebstack.framework.backend.postgres.query
 
SelectQueryBuilder(DSLContext, AggregateFieldFactory, JoinHelper, FilterConditionHelper) - Constructor for class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilder
 
SelectQueryBuilderResult - Class in org.dotwebstack.framework.backend.postgres.query
 
SelectQueryBuilderResult() - Constructor for class org.dotwebstack.framework.backend.postgres.query.SelectQueryBuilderResult
 
setKeyColumnNames(Map<String, String>) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectSelectContext
 
SpatialCodecRegistrar - Class in org.dotwebstack.framework.backend.postgres.codec
 
SpatialCodecRegistrar() - Constructor for class org.dotwebstack.framework.backend.postgres.codec.SpatialCodecRegistrar
 
supports(TypeConfiguration<?>) - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 

T

TableHelper - Class in org.dotwebstack.framework.backend.postgres.query
 
type() - Method in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 

U

useRequestApproach() - Method in class org.dotwebstack.framework.backend.postgres.PostgresDataLoader
 
A B C D E F G I J L N O P Q R S T U 
All Classes All Packages