All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download zalando-sprocwrapper JAR 1.5.1 with all dependencies


Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.

Files of the artifact zalando-sprocwrapper version 1.5.1 from the group de.zalando.

Artifact zalando-sprocwrapper
Group de.zalando
Version 1.5.1
Last update 11. July 2016
Tags: using simple supports object postgresql through procedures over advisory sharding interfaces types hstore typemapper deserialization such automatic locking convention available stored enums timeouts statement sprocservice including serialization library java configuration make
Organization Zalando/Technology/Platform
URL https://github.com/zalando-incubator/java-sproc-wrapper
License MIT License
Dependencies amount 12
Dependencies spring-jdbc, postgresql, slf4j-api, slf4j-log4j12, commons-lang, commons-beanutils, validation-api, hibernate-validator, reflections, guava, persistence-api, joda-time,
There are maybe transitive dependencies!
There is a newer version: 2.0.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of zalando-sprocwrapper Show documentation

Please rate this JAR file. Is it a good library?

1 downloads

Source code of zalando-sprocwrapper version 1.5.1

META-INF
META-INF.META-INF.MANIFEST.MF
de.zalando.sprocwrapper
de.zalando.sprocwrapper.de.zalando.sprocwrapper.AbstractSProcService
de.zalando.sprocwrapper.de.zalando.sprocwrapper.SProcCall
de.zalando.sprocwrapper.de.zalando.sprocwrapper.SProcParam
de.zalando.sprocwrapper.de.zalando.sprocwrapper.SProcService
de.zalando.sprocwrapper.dsprovider
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.ArrayDataSourceProvider
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.BitmapShardDataSourceProvider
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.ConnectionWrapper
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.DataSourceProvider
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.SameConnectionDatasource
de.zalando.sprocwrapper.dsprovider.de.zalando.sprocwrapper.dsprovider.SingleDataSourceProvider
de.zalando.sprocwrapper.globalobjecttransformer
de.zalando.sprocwrapper.globalobjecttransformer.de.zalando.sprocwrapper.globalobjecttransformer.GlobalObjectTransformerLoader
de.zalando.sprocwrapper.globalobjecttransformer.annotation
de.zalando.sprocwrapper.globalobjecttransformer.annotation.de.zalando.sprocwrapper.globalobjecttransformer.annotation.GlobalObjectMapper
de.zalando.sprocwrapper.globalvaluetransformer
de.zalando.sprocwrapper.globalvaluetransformer.de.zalando.sprocwrapper.globalvaluetransformer.GlobalValueTransformerLoader
de.zalando.sprocwrapper.globalvaluetransformer.de.zalando.sprocwrapper.globalvaluetransformer.ReflectionUtils
de.zalando.sprocwrapper.globalvaluetransformer.de.zalando.sprocwrapper.globalvaluetransformer.ValueTransformerUtils
de.zalando.sprocwrapper.globalvaluetransformer.annotation
de.zalando.sprocwrapper.globalvaluetransformer.annotation.de.zalando.sprocwrapper.globalvaluetransformer.annotation.GlobalValueTransformer
de.zalando.sprocwrapper.proxy
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.ArrayStoredProcedureParameter
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.GlobalValueTransformedParameter
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.InvocationContext
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.MapStoredProcedureParameter
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.OtherStoredProcedureParameter
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.SProcCallHandler
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.SProcProxy
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.SProcProxyBuilder
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.SProcServiceAnnotationHandler
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.ShardKeyParameter
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.StoredProcedure
de.zalando.sprocwrapper.proxy.de.zalando.sprocwrapper.proxy.StoredProcedureParameter
de.zalando.sprocwrapper.proxy.executors
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.Executor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.ExecutorWrapper
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.GlobalTransformerExecutorWrapper
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.MultiRowSimpleTypeExecutor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.MultiRowTypeMapperExecutor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.SingleRowCustomMapperExecutor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.SingleRowSimpleTypeExecutor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.SingleRowTypeMapperExecutor
de.zalando.sprocwrapper.proxy.executors.de.zalando.sprocwrapper.proxy.executors.ValidationExecutorWrapper
de.zalando.sprocwrapper.sharding
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.Murmur2Hash
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.ShardKey
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.ShardedDataAccessException
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.ShardedObject
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.VirtualShardAwareIdStrategy
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.VirtualShardIdentityStrategy
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.VirtualShardKeyStrategy
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.VirtualShardMd5Strategy
de.zalando.sprocwrapper.sharding.de.zalando.sprocwrapper.sharding.VirtualShardMurmur2HashStrategy
de.zalando.sprocwrapper.util
de.zalando.sprocwrapper.util.de.zalando.sprocwrapper.util.NameUtils
de.zalando.sprocwrapper.validation
de.zalando.sprocwrapper.validation.de.zalando.sprocwrapper.validation.MethodConstraintValidationHolder
de.zalando.sprocwrapper.validation.de.zalando.sprocwrapper.validation.NotNullValidator
de.zalando.sprocwrapper.validation.de.zalando.sprocwrapper.validation.SimpleConstraintDescriptor
de.zalando.sprocwrapper.validation.de.zalando.sprocwrapper.validation.SimpleNode
de.zalando.sprocwrapper.validation.de.zalando.sprocwrapper.validation.SimplePath
de.zalando.typemapper.annotations
de.zalando.typemapper.annotations.de.zalando.typemapper.annotations.DatabaseField
de.zalando.typemapper.annotations.de.zalando.typemapper.annotations.DatabaseType
de.zalando.typemapper.annotations.de.zalando.typemapper.annotations.Embed
de.zalando.typemapper.core
de.zalando.typemapper.core.de.zalando.typemapper.core.DatabaseFieldDescriptor
de.zalando.typemapper.core.de.zalando.typemapper.core.Mapping
de.zalando.typemapper.core.de.zalando.typemapper.core.TypeMapper
de.zalando.typemapper.core.de.zalando.typemapper.core.TypeMapperFactory
de.zalando.typemapper.core.de.zalando.typemapper.core.ValueTransformer
de.zalando.typemapper.core.db
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.DbFunction
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.DbFunctionRegister
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.DbType
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.DbTypeField
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.DbTypeRegister
de.zalando.typemapper.core.db.de.zalando.typemapper.core.db.SearchPathSchemaFilter
de.zalando.typemapper.core.fieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.AnyTransformer
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.ArrayFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.BigDecimalFieldMappper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.BooleanFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.CharFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.DateFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.DefaultObjectMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.DoubleFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.EnumrationFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.FieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.FieldMapperRegister
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.FloatFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.GlobalValueTransformerRegistry
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.HStoreFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.IntFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.IntegerFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.LongFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.NullFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.ObjectFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.ObjectMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.PrimitiveLongFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.ShortFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.StringFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.UUIDFieldMapper
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.UUIDValueTransformer
de.zalando.typemapper.core.fieldMapper.de.zalando.typemapper.core.fieldMapper.ValueTransformerFieldMapper
de.zalando.typemapper.core.result
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.ArrayResultNode
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.DbResultNode
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.DbResultNodeType
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.MapResultNode
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.ObjectResultNode
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.ResultTree
de.zalando.typemapper.core.result.de.zalando.typemapper.core.result.SimpleResultNode
de.zalando.typemapper.exception
de.zalando.typemapper.exception.de.zalando.typemapper.exception.NotsupportedTypeException
de.zalando.typemapper.parser
de.zalando.typemapper.parser.de.zalando.typemapper.parser.DateTimeUtil
de.zalando.typemapper.parser.exception
de.zalando.typemapper.parser.exception.de.zalando.typemapper.parser.exception.ArrayParserException
de.zalando.typemapper.parser.exception.de.zalando.typemapper.parser.exception.HStoreParseException
de.zalando.typemapper.parser.exception.de.zalando.typemapper.parser.exception.ParserException
de.zalando.typemapper.parser.exception.de.zalando.typemapper.parser.exception.RowParserException
de.zalando.typemapper.parser.postgres
de.zalando.typemapper.parser.postgres.de.zalando.typemapper.parser.postgres.Element
de.zalando.typemapper.parser.postgres.de.zalando.typemapper.parser.postgres.ParseUtils
de.zalando.typemapper.parser.postgres.de.zalando.typemapper.parser.postgres.RowMapper
de.zalando.typemapper.postgres
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.AbstractPgCollectionSerializer
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.AbstractPgSerializer
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.HStore
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.PgArray
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.PgRow
de.zalando.typemapper.postgres.de.zalando.typemapper.postgres.PgTypeHelper
org.postgresql.jdbc2
org.postgresql.jdbc2.org.postgresql.jdbc2.PostgresJDBCDriverReusedTimestampUtils




© 2015 - 2024 Weber Informatics LLC | Privacy Policy