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

Download yoj-databind JAR 2.5.5 with all dependencies


Core data-binding logic used by YOJ (YDB ORM for Java) to convert between Java objects and database rows (or anything representable by a Java Map, really).

Files of the artifact yoj-databind version 2.5.5 from the group tech.ydb.yoj.

Artifact yoj-databind
Group tech.ydb.yoj
Version 2.5.5
Last update 02. September 2024
Tags: data objects binding used convert rows really anything core representable database java logic between
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies yoj-util, jsr305, guava, javax.annotation-api, slf4j-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of yoj-databind Show documentation

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

yoj-databind
Rate from 1 - 5, Rated 1.00 based on 1 reviews

0 downloads

Source code of yoj-databind version 2.5.5

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.tech.ydb.yoj.yoj-databind
META-INF.maven.tech.ydb.yoj.yoj-databind.META-INF.maven.tech.ydb.yoj.yoj-databind.pom.properties
META-INF.maven.tech.ydb.yoj.yoj-databind.META-INF.maven.tech.ydb.yoj.yoj-databind.pom.xml
tech.ydb.yoj
tech.ydb.yoj.tech.ydb.yoj.DeprecationWarnings
tech.ydb.yoj.tech.ydb.yoj.ExperimentalApi
tech.ydb.yoj.databind
tech.ydb.yoj.databind.tech.ydb.yoj.databind.ByteArray
tech.ydb.yoj.databind.tech.ydb.yoj.databind.CustomValueType
tech.ydb.yoj.databind.tech.ydb.yoj.databind.CustomValueTypes
tech.ydb.yoj.databind.tech.ydb.yoj.databind.DbType
tech.ydb.yoj.databind.tech.ydb.yoj.databind.FieldValueType
tech.ydb.yoj.databind.converter
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.EnumOrdinalConverter
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.ObjectColumn
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.StringColumn
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.StringValueConverter
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.StringValueType
tech.ydb.yoj.databind.converter.tech.ydb.yoj.databind.converter.ValueConverter
tech.ydb.yoj.databind.expression
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.AndExpr
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.FieldValue
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.FilterBuilder
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.FilterExpression
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.IllegalExpressionException
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.LeafExpression
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.ListExpr
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.ModelField
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.NotExpr
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.NullExpr
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.OrExpr
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.OrderBuilder
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.OrderExpression
tech.ydb.yoj.databind.expression.tech.ydb.yoj.databind.expression.ScalarExpr
tech.ydb.yoj.databind.expression.visitor
tech.ydb.yoj.databind.expression.visitor.tech.ydb.yoj.databind.expression.visitor.AllMatch
tech.ydb.yoj.databind.expression.visitor.tech.ydb.yoj.databind.expression.visitor.AnyMatch
tech.ydb.yoj.databind.expression.visitor.tech.ydb.yoj.databind.expression.visitor.RemoveIf
tech.ydb.yoj.databind.schema
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.BindingException
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.Changefeed
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.Changefeeds
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.Column
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.ConstructionException
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.CustomConverterException
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.CustomValueTypeInfo
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.FieldValueException
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.GlobalIndex
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.GlobalIndexes
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.ObjectSchema
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.Schema
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.TTL
tech.ydb.yoj.databind.schema.tech.ydb.yoj.databind.schema.Table
tech.ydb.yoj.databind.schema.configuration
tech.ydb.yoj.databind.schema.configuration.tech.ydb.yoj.databind.schema.configuration.SchemaRegistry
tech.ydb.yoj.databind.schema.naming
tech.ydb.yoj.databind.schema.naming.tech.ydb.yoj.databind.schema.naming.AnnotationFirstNamingStrategy
tech.ydb.yoj.databind.schema.naming.tech.ydb.yoj.databind.schema.naming.DelegateNamingStrategy
tech.ydb.yoj.databind.schema.naming.tech.ydb.yoj.databind.schema.naming.NamingStrategy
tech.ydb.yoj.databind.schema.reflect
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.KotlinDataClassComponent
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.KotlinDataClassType
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.KotlinDataClassTypeFactory
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.KotlinReflectionDetector
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.PojoField
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.PojoType
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.RecordField
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.RecordType
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.ReflectField
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.ReflectFieldBase
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.ReflectType
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.Reflector
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.SimpleType
tech.ydb.yoj.databind.schema.reflect.tech.ydb.yoj.databind.schema.reflect.StdReflector




© 2015 - 2024 Weber Informatics LLC | Privacy Policy