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

Download orm JAR 0.9.0 with all dependencies


YOP-orm is a lightweight ORM wannabe. Hit and run, no session, no bytecode generation, SQL-like syntax. Strong constraints on the Database schema. Java 8 is required. Ω≡{Ⓐ}

Files of the artifact orm version 0.9.0 from the group org.y-op.

Test

Artifact orm
Group org.y-op
Version 0.9.0
Last update 06. April 2019
Tags: constraints like database schema bytecode syntax session strong java lightweight required generation wannabe
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies reflection, reflections, commons-lang, commons-lang3, commons-io, commons-collections4, guava, gson, slf4j-api, logback-classic, xstream, junit, jsonassert,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of orm Show documentation

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

0 downloads

Source code of orm version 0.9.0

META-INF
META-INF.META-INF.MANIFEST.MF
org.yop.orm
org.yop.orm.org.yop.orm.README.md
org.yop.orm.org.yop.orm.Yop
org.yop.orm.annotations
org.yop.orm.annotations.org.yop.orm.annotations.Column
org.yop.orm.annotations.org.yop.orm.annotations.Id
org.yop.orm.annotations.org.yop.orm.annotations.JoinColumn
org.yop.orm.annotations.org.yop.orm.annotations.JoinProfile
org.yop.orm.annotations.org.yop.orm.annotations.JoinTable
org.yop.orm.annotations.org.yop.orm.annotations.NaturalId
org.yop.orm.annotations.org.yop.orm.annotations.Table
org.yop.orm.annotations.org.yop.orm.annotations.YopTransient
org.yop.orm.annotations.org.yop.orm.annotations.package-info
org.yop.orm.evaluation
org.yop.orm.evaluation.org.yop.orm.evaluation.Comparison
org.yop.orm.evaluation.org.yop.orm.evaluation.Evaluation
org.yop.orm.evaluation.org.yop.orm.evaluation.Explicit
org.yop.orm.evaluation.org.yop.orm.evaluation.IdIn
org.yop.orm.evaluation.org.yop.orm.evaluation.In
org.yop.orm.evaluation.org.yop.orm.evaluation.NaturalKey
org.yop.orm.evaluation.org.yop.orm.evaluation.Operator
org.yop.orm.evaluation.org.yop.orm.evaluation.Or
org.yop.orm.evaluation.org.yop.orm.evaluation.Path
org.yop.orm.evaluation.org.yop.orm.evaluation.package-info
org.yop.orm.exception
org.yop.orm.exception.org.yop.orm.exception.YopIncoherentQueryException
org.yop.orm.exception.org.yop.orm.exception.YopInvalidJoinException
org.yop.orm.exception.org.yop.orm.exception.YopJoinCycleException
org.yop.orm.exception.org.yop.orm.exception.YopMapperException
org.yop.orm.exception.org.yop.orm.exception.YopMappingException
org.yop.orm.exception.org.yop.orm.exception.YopRuntimeException
org.yop.orm.exception.org.yop.orm.exception.YopSQLException
org.yop.orm.exception.org.yop.orm.exception.YopSerializableQueryException
org.yop.orm.exception.org.yop.orm.exception.package-info
org.yop.orm.gen
org.yop.orm.gen.org.yop.orm.gen.Column
org.yop.orm.gen.org.yop.orm.gen.ForeignKey
org.yop.orm.gen.org.yop.orm.gen.Prepare
org.yop.orm.gen.org.yop.orm.gen.PrimaryKey
org.yop.orm.gen.org.yop.orm.gen.Table
org.yop.orm.gen.org.yop.orm.gen.package-info
org.yop.orm.map
org.yop.orm.map.org.yop.orm.map.FirstLevelCache
org.yop.orm.map.org.yop.orm.map.IdMap
org.yop.orm.map.org.yop.orm.map.Mapper
org.yop.orm.map.org.yop.orm.map.package-info
org.yop.orm.model
org.yop.orm.model.org.yop.orm.model.JsonAble
org.yop.orm.model.org.yop.orm.model.Yopable
org.yop.orm.model.org.yop.orm.model.YopableEquals
org.yop.orm.model.org.yop.orm.model.Yopables
org.yop.orm.model.org.yop.orm.model.package-info
org.yop.orm
org.yop.orm.org.yop.orm.package-info
org.yop.orm.query
org.yop.orm.query.org.yop.orm.query.AbstractJoin
org.yop.orm.query.org.yop.orm.query.AbstractRequest
org.yop.orm.query.org.yop.orm.query.AbstractWhereRequest
org.yop.orm.query.org.yop.orm.query.Context
org.yop.orm.query.org.yop.orm.query.Delete
org.yop.orm.query.org.yop.orm.query.FieldJoin
org.yop.orm.query.org.yop.orm.query.Hydrate
org.yop.orm.query.org.yop.orm.query.IJoin
org.yop.orm.query.org.yop.orm.query.Join
org.yop.orm.query.org.yop.orm.query.JoinSet
org.yop.orm.query.org.yop.orm.query.OrderBy
org.yop.orm.query.org.yop.orm.query.Paging
org.yop.orm.query.org.yop.orm.query.Recurse
org.yop.orm.query.org.yop.orm.query.SQLRequest
org.yop.orm.query.org.yop.orm.query.Select
org.yop.orm.query.org.yop.orm.query.Upsert
org.yop.orm.query.org.yop.orm.query.Where
org.yop.orm.query.org.yop.orm.query.WhereRequest
org.yop.orm.query.batch
org.yop.orm.query.batch.org.yop.orm.query.batch.BatchUpsert
org.yop.orm.query.batch.org.yop.orm.query.batch.DelayedQueries
org.yop.orm.query.batch.org.yop.orm.query.batch.package-info
org.yop.orm.query.join
org.yop.orm.query.join.org.yop.orm.query.join.FieldJoin
org.yop.orm.query.join.org.yop.orm.query.join.IJoin
org.yop.orm.query.join.org.yop.orm.query.join.Join
org.yop.orm.query
org.yop.orm.query.org.yop.orm.query.package-info
org.yop.orm.query.relation
org.yop.orm.query.relation.org.yop.orm.query.relation.JoinColumnRelation
org.yop.orm.query.relation.org.yop.orm.query.relation.JoinTableRelation
org.yop.orm.query.relation.org.yop.orm.query.relation.Relation
org.yop.orm.query.relation.org.yop.orm.query.relation.RelationsToString
org.yop.orm.query.relation.org.yop.orm.query.relation.package-info
org.yop.orm.query.serialize
org.yop.orm.query.serialize.org.yop.orm.query.serialize.Serialize
org.yop.orm.query.serialize.json
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.DeSerializers
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.GsonInstance
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.JSON
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.Serializers
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.YopableForJSON
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.YopableStrategy
org.yop.orm.query.serialize.json.annotations
org.yop.orm.query.serialize.json.annotations.org.yop.orm.query.serialize.json.annotations.YopJSONTransient
org.yop.orm.query.serialize.json
org.yop.orm.query.serialize.json.org.yop.orm.query.serialize.json.package-info
org.yop.orm.query.serialize
org.yop.orm.query.serialize.org.yop.orm.query.serialize.package-info
org.yop.orm.query.serialize.xml
org.yop.orm.query.serialize.xml.org.yop.orm.query.serialize.xml.XML
org.yop.orm.query.serialize.xml.org.yop.orm.query.serialize.xml.YopXMLConverter
org.yop.orm.query.serialize.xml.annotations
org.yop.orm.query.serialize.xml.annotations.org.yop.orm.query.serialize.xml.annotations.YopXMLTransient
org.yop.orm.query.serialize.xml
org.yop.orm.query.serialize.xml.org.yop.orm.query.serialize.xml.package-info
org.yop.orm.query.sql
org.yop.orm.query.sql.org.yop.orm.query.sql.Delete
org.yop.orm.query.sql.org.yop.orm.query.sql.FakeContext
org.yop.orm.query.sql.org.yop.orm.query.sql.Hydrate
org.yop.orm.query.sql.org.yop.orm.query.sql.OrderBy
org.yop.orm.query.sql.org.yop.orm.query.sql.Paging
org.yop.orm.query.sql.org.yop.orm.query.sql.SQLColumn
org.yop.orm.query.sql.org.yop.orm.query.sql.SQLJoin
org.yop.orm.query.sql.org.yop.orm.query.sql.SQLRequest
org.yop.orm.query.sql.org.yop.orm.query.sql.Select
org.yop.orm.query.sql.org.yop.orm.query.sql.Upsert
org.yop.orm.query.sql.org.yop.orm.query.sql.Where
org.yop.orm.query.sql.org.yop.orm.query.sql.WhereRequest
org.yop.orm.query.sql.org.yop.orm.query.sql.package-info
org.yop.orm.sql
org.yop.orm.sql.org.yop.orm.sql.BatchQuery
org.yop.orm.sql.org.yop.orm.sql.Config
org.yop.orm.sql.org.yop.orm.sql.Constants
org.yop.orm.sql.org.yop.orm.sql.Executor
org.yop.orm.sql.org.yop.orm.sql.JoinClause
org.yop.orm.sql.org.yop.orm.sql.Parameters
org.yop.orm.sql.org.yop.orm.sql.Query
org.yop.orm.sql.org.yop.orm.sql.Results
org.yop.orm.sql.org.yop.orm.sql.SQLPart
org.yop.orm.sql.org.yop.orm.sql.SimpleQuery
org.yop.orm.sql.adapter
org.yop.orm.sql.adapter.org.yop.orm.sql.adapter.IConnection
org.yop.orm.sql.adapter.org.yop.orm.sql.adapter.IRequest
org.yop.orm.sql.adapter.org.yop.orm.sql.adapter.IResultCursor
org.yop.orm.sql.adapter.jdbc
org.yop.orm.sql.adapter.jdbc.org.yop.orm.sql.adapter.jdbc.JDBCConnection
org.yop.orm.sql.adapter.jdbc.org.yop.orm.sql.adapter.jdbc.JDBCCursor
org.yop.orm.sql.adapter.jdbc.org.yop.orm.sql.adapter.jdbc.JDBCRequest
org.yop.orm.sql.adapter.jdbc.org.yop.orm.sql.adapter.jdbc.package-info
org.yop.orm.sql.adapter
org.yop.orm.sql.adapter.org.yop.orm.sql.adapter.package-info
org.yop.orm.sql.dialect
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.Db2
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.Dialect
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.IDialect
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.MSSQL
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.MySQL
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.Oracle
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.Postgres
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.SQL
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.SQLite
org.yop.orm.sql.dialect.org.yop.orm.sql.dialect.package-info
org.yop.orm.sql
org.yop.orm.sql.org.yop.orm.sql.package-info
org.yop.orm.transform
org.yop.orm.transform.org.yop.orm.transform.AbbreviateTransformer
org.yop.orm.transform.org.yop.orm.transform.DateTimeLegacyTransformer
org.yop.orm.transform.org.yop.orm.transform.FallbackTransformer
org.yop.orm.transform.org.yop.orm.transform.ITransformer
org.yop.orm.transform.org.yop.orm.transform.VoidTransformer
org.yop.orm.transform.org.yop.orm.transform.package-info
org.yop.orm.util
org.yop.orm.util.org.yop.orm.util.JoinUtil
org.yop.orm.util.org.yop.orm.util.MessageUtil
org.yop.orm.util.org.yop.orm.util.ORMTypes
org.yop.orm.util.org.yop.orm.util.ORMUtil
org.yop.orm.util.org.yop.orm.util.ORMUtilCache
org.yop.orm.util.org.yop.orm.util.TransformUtil
org.yop.orm.util.org.yop.orm.util.package-info




© 2015 - 2025 Weber Informatics LLC | Privacy Policy