A B C D E F G H I J L M O P Q R S T V 
All Classes All Packages

A

AggregateFieldHelper - Class in org.dotwebstack.framework.backend.postgres.query
 
andCondition(List<Condition>) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
apply(Map<String, Object>) - Method in class org.dotwebstack.framework.backend.postgres.query.ArrayObjectMapper
 
apply(Map<String, Object>) - Method in class org.dotwebstack.framework.backend.postgres.query.ObjectMapper
 
ARRAY_DELIM - Static variable in class org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodec
 
ArrayObjectMapper - Class in org.dotwebstack.framework.backend.postgres.query
 
ArrayObjectMapper() - Constructor for class org.dotwebstack.framework.backend.postgres.query.ArrayObjectMapper
 

B

batchLoadMany(CollectionBatchRequest, RequestContext) - Method in class org.dotwebstack.framework.backend.postgres.PostgresBackendLoader
 

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
 
connectionFactory() - Method in class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 
create(AggregateField, String, String, String) - Static method in class org.dotwebstack.framework.backend.postgres.query.AggregateFieldHelper
 
create(T) - Method in class org.dotwebstack.framework.backend.postgres.PostgresBackendLoaderFactory
 
createJoinConditions(Table<Record>, Table<Record>, List<JoinColumn>, PostgresObjectType) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 

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
 
execute(DatabaseClient) - Method in class org.dotwebstack.framework.backend.postgres.query.Query
 
executeBatch(DatabaseClient) - Method in class org.dotwebstack.framework.backend.postgres.query.Query
 
EXISTS_KEY - Static variable in class org.dotwebstack.framework.backend.postgres.query.Query
 

F

fieldMappers - Variable in class org.dotwebstack.framework.backend.postgres.query.ArrayObjectMapper
 

G

getColumnName(PostgresSpatial, Integer) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
getColumnName(PostgresSpatial, Integer, boolean) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
getRequestedSrid(Map<String, Object>) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
getRequestedSrid(FieldRequest) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
getSridOfColumnName(PostgresSpatial, String) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
GROUP_KEY - Static variable in class org.dotwebstack.framework.backend.postgres.query.Query
 
groups() - Method in annotation type org.dotwebstack.framework.backend.postgres.model.validation.ValidJoinColumn
 

H

hasNestedReference(PostgresObjectField) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 

I

initColumns() - Method in class org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
 
invert(JoinTable) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
invertOnList(PostgresObjectField, List<JoinColumn>) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
isNested() - Method in class org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
 
isRequestedBbox(FieldRequest) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
 
isStringJoin - Static variable in class org.dotwebstack.framework.backend.postgres.query.AggregateFieldHelper
 
isValid(JoinColumn, ConstraintValidatorContext) - Method in class org.dotwebstack.framework.backend.postgres.model.validation.JoinColumnValidator
 

J

JoinColumn - Class in org.dotwebstack.framework.backend.postgres.model
 
JoinColumn() - Constructor for class org.dotwebstack.framework.backend.postgres.model.JoinColumn
 
JoinColumnValidator - Class in org.dotwebstack.framework.backend.postgres.model.validation
 
JoinColumnValidator() - Constructor for class org.dotwebstack.framework.backend.postgres.model.validation.JoinColumnValidator
 
JoinConfiguration - Class in org.dotwebstack.framework.backend.postgres.query
 
JoinConfiguration() - Constructor for class org.dotwebstack.framework.backend.postgres.query.JoinConfiguration
 
JoinHelper - Class in org.dotwebstack.framework.backend.postgres.query
 
JoinTable - Class in org.dotwebstack.framework.backend.postgres.model
 
JoinTable() - Constructor for class org.dotwebstack.framework.backend.postgres.model.JoinTable
 

L

loadMany(CollectionRequest, RequestContext) - Method in class org.dotwebstack.framework.backend.postgres.PostgresBackendLoader
 
loadSingle(ObjectRequest, RequestContext) - Method in class org.dotwebstack.framework.backend.postgres.PostgresBackendLoader
 

M

message() - Method in annotation type org.dotwebstack.framework.backend.postgres.model.validation.ValidJoinColumn
 

O

ObjectMapper - Class in org.dotwebstack.framework.backend.postgres.query
 
ObjectMapper() - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectMapper
 
ObjectMapper(String) - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectMapper
 
ObjectMapper(String, String) - Constructor for class org.dotwebstack.framework.backend.postgres.query.ObjectMapper
 
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.helpers - package org.dotwebstack.framework.backend.postgres.helpers
 
org.dotwebstack.framework.backend.postgres.model - package org.dotwebstack.framework.backend.postgres.model
 
org.dotwebstack.framework.backend.postgres.model.validation - package org.dotwebstack.framework.backend.postgres.model.validation
 
org.dotwebstack.framework.backend.postgres.query - package org.dotwebstack.framework.backend.postgres.query
 

P

payload() - Method in annotation type org.dotwebstack.framework.backend.postgres.model.validation.ValidJoinColumn
 
PostgresBackendLoader - Class in org.dotwebstack.framework.backend.postgres
 
PostgresBackendLoader(DatabaseClient) - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresBackendLoader
 
PostgresBackendLoaderFactory - Class in org.dotwebstack.framework.backend.postgres
 
PostgresBackendLoaderFactory(DatabaseClient) - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresBackendLoaderFactory
 
PostgresConfiguration - Class in org.dotwebstack.framework.backend.postgres
 
PostgresConfiguration(PostgresProperties, Collection<CodecRegistrar>) - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresConfiguration
 
PostgresJoinCondition - Class in org.dotwebstack.framework.backend.postgres.query
 
PostgresJoinCondition() - Constructor for class org.dotwebstack.framework.backend.postgres.query.PostgresJoinCondition
 
PostgresObjectField - Class in org.dotwebstack.framework.backend.postgres.model
 
PostgresObjectField() - Constructor for class org.dotwebstack.framework.backend.postgres.model.PostgresObjectField
 
PostgresObjectType - Class in org.dotwebstack.framework.backend.postgres.model
 
PostgresObjectType() - Constructor for class org.dotwebstack.framework.backend.postgres.model.PostgresObjectType
 
PostgresProperties - Class in org.dotwebstack.framework.backend.postgres
 
PostgresProperties() - Constructor for class org.dotwebstack.framework.backend.postgres.PostgresProperties
 
PostgresSpatial - Class in org.dotwebstack.framework.backend.postgres.model
 
PostgresSpatial() - Constructor for class org.dotwebstack.framework.backend.postgres.model.PostgresSpatial
 
PostgresSpatialHelper - Class in org.dotwebstack.framework.backend.postgres.helpers
 
PostgresSpatialReferenceSystem - Class in org.dotwebstack.framework.backend.postgres.model
 
PostgresSpatialReferenceSystem() - Constructor for class org.dotwebstack.framework.backend.postgres.model.PostgresSpatialReferenceSystem
 

Q

Query - Class in org.dotwebstack.framework.backend.postgres.query
 
Query(BatchRequest, RequestContext) - Constructor for class org.dotwebstack.framework.backend.postgres.query.Query
 
Query(CollectionBatchRequest, RequestContext) - Constructor for class org.dotwebstack.framework.backend.postgres.query.Query
 
Query(CollectionRequest, RequestContext) - Constructor for class org.dotwebstack.framework.backend.postgres.query.Query
 
Query(ObjectRequest, RequestContext) - Constructor for class org.dotwebstack.framework.backend.postgres.query.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
 
register(String, ColumnMapper) - Method in class org.dotwebstack.framework.backend.postgres.query.ArrayObjectMapper
 
resolveJoinColumns(List<JoinColumn>) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
resolveJoinTable(PostgresObjectType, JoinTable) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 
resolveReferencedField(JoinColumn, PostgresObjectType) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinHelper
 

S

SelectResult - Class in org.dotwebstack.framework.backend.postgres.query
 
SelectResult() - Constructor for class org.dotwebstack.framework.backend.postgres.query.SelectResult
 
SpatialCodecRegistrar - Class in org.dotwebstack.framework.backend.postgres.codec
 
SpatialCodecRegistrar() - Constructor for class org.dotwebstack.framework.backend.postgres.codec.SpatialCodecRegistrar
 

T

toJoinConfiguration(PostgresObjectField) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinConfiguration
 
toJoinConfiguration(PostgresObjectField, PostgresJoinCondition) - Static method in class org.dotwebstack.framework.backend.postgres.query.JoinConfiguration
 

V

validateFields(Object) - Static method in class org.dotwebstack.framework.backend.postgres.helpers.ValidationHelper
 
ValidationHelper - Class in org.dotwebstack.framework.backend.postgres.helpers
 
ValidJoinColumn - Annotation Type in org.dotwebstack.framework.backend.postgres.model.validation
 
A B C D E F G H I J L M O P Q R S T V 
All Classes All Packages