jar

org.y-op : orm

Maven & Gradle

Apr 06, 2019
3 usages
0 stars

yop-orm · 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. Ω≡{Ⓐ}

Table Of Contents

Latest Version

Download org.y-op : orm JAR file - Latest Versions:

All Versions

Download org.y-op : orm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window orm-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.yop.orm.query.serialize.json.annotations

├─ org.yop.orm.query.serialize.json.annotations.YopJSONTransient.class - [JAR]

org.yop.orm.query.sql

├─ org.yop.orm.query.sql.Delete.class - [JAR]

├─ org.yop.orm.query.sql.FakeContext.class - [JAR]

├─ org.yop.orm.query.sql.Hydrate.class - [JAR]

├─ org.yop.orm.query.sql.OrderBy.class - [JAR]

├─ org.yop.orm.query.sql.Paging.class - [JAR]

├─ org.yop.orm.query.sql.SQLColumn.class - [JAR]

├─ org.yop.orm.query.sql.SQLJoin.class - [JAR]

├─ org.yop.orm.query.sql.SQLRequest.class - [JAR]

├─ org.yop.orm.query.sql.Select.class - [JAR]

├─ org.yop.orm.query.sql.Upsert.class - [JAR]

├─ org.yop.orm.query.sql.Where.class - [JAR]

├─ org.yop.orm.query.sql.WhereRequest.class - [JAR]

org.yop.orm.query.serialize.xml

├─ org.yop.orm.query.serialize.xml.XML.class - [JAR]

├─ org.yop.orm.query.serialize.xml.YopXMLConverter.class - [JAR]

org.yop.orm.annotations

├─ org.yop.orm.annotations.Column.class - [JAR]

├─ org.yop.orm.annotations.Id.class - [JAR]

├─ org.yop.orm.annotations.JoinColumn.class - [JAR]

├─ org.yop.orm.annotations.JoinProfile.class - [JAR]

├─ org.yop.orm.annotations.JoinTable.class - [JAR]

├─ org.yop.orm.annotations.NaturalId.class - [JAR]

├─ org.yop.orm.annotations.Table.class - [JAR]

├─ org.yop.orm.annotations.YopTransient.class - [JAR]

org.yop.orm.evaluation

├─ org.yop.orm.evaluation.Comparison.class - [JAR]

├─ org.yop.orm.evaluation.Evaluation.class - [JAR]

├─ org.yop.orm.evaluation.Explicit.class - [JAR]

├─ org.yop.orm.evaluation.IdIn.class - [JAR]

├─ org.yop.orm.evaluation.In.class - [JAR]

├─ org.yop.orm.evaluation.NaturalKey.class - [JAR]

├─ org.yop.orm.evaluation.Operator.class - [JAR]

├─ org.yop.orm.evaluation.Or.class - [JAR]

├─ org.yop.orm.evaluation.Path.class - [JAR]

org.yop.orm.query.serialize

├─ org.yop.orm.query.serialize.Serialize.class - [JAR]

org.yop.orm.transform

├─ org.yop.orm.transform.AbbreviateTransformer.class - [JAR]

├─ org.yop.orm.transform.DateTimeLegacyTransformer.class - [JAR]

├─ org.yop.orm.transform.FallbackTransformer.class - [JAR]

├─ org.yop.orm.transform.ITransformer.class - [JAR]

├─ org.yop.orm.transform.VoidTransformer.class - [JAR]

org.yop.orm.sql.adapter

├─ org.yop.orm.sql.adapter.IConnection.class - [JAR]

├─ org.yop.orm.sql.adapter.IRequest.class - [JAR]

├─ org.yop.orm.sql.adapter.IResultCursor.class - [JAR]

org.yop.orm.map

├─ org.yop.orm.map.FirstLevelCache.class - [JAR]

├─ org.yop.orm.map.IdMap.class - [JAR]

├─ org.yop.orm.map.Mapper.class - [JAR]

org.yop.orm.query.relation

├─ org.yop.orm.query.relation.JoinColumnRelation.class - [JAR]

├─ org.yop.orm.query.relation.JoinTableRelation.class - [JAR]

├─ org.yop.orm.query.relation.Relation.class - [JAR]

├─ org.yop.orm.query.relation.RelationsToString.class - [JAR]

org.yop.orm.query.serialize.xml.annotations

├─ org.yop.orm.query.serialize.xml.annotations.YopXMLTransient.class - [JAR]

org.yop.orm.query.batch

├─ org.yop.orm.query.batch.BatchUpsert.class - [JAR]

├─ org.yop.orm.query.batch.DelayedQueries.class - [JAR]

org.yop.orm

├─ org.yop.orm.Yop.class - [JAR]

org.yop.orm.util

├─ org.yop.orm.util.JoinUtil.class - [JAR]

├─ org.yop.orm.util.MessageUtil.class - [JAR]

├─ org.yop.orm.util.ORMUtil.class - [JAR]

├─ org.yop.orm.util.ORMUtilCache.class - [JAR]

├─ org.yop.orm.util.TransformUtil.class - [JAR]

org.yop.orm.sql.adapter.jdbc

├─ org.yop.orm.sql.adapter.jdbc.JDBCConnection.class - [JAR]

├─ org.yop.orm.sql.adapter.jdbc.JDBCCursor.class - [JAR]

├─ org.yop.orm.sql.adapter.jdbc.JDBCRequest.class - [JAR]

org.yop.orm.model

├─ org.yop.orm.model.JsonAble.class - [JAR]

├─ org.yop.orm.model.Yopable.class - [JAR]

├─ org.yop.orm.model.YopableEquals.class - [JAR]

├─ org.yop.orm.model.Yopables.class - [JAR]

org.yop.orm.sql

├─ org.yop.orm.sql.BatchQuery.class - [JAR]

├─ org.yop.orm.sql.Config.class - [JAR]

├─ org.yop.orm.sql.Executor.class - [JAR]

├─ org.yop.orm.sql.JoinClause.class - [JAR]

├─ org.yop.orm.sql.Parameters.class - [JAR]

├─ org.yop.orm.sql.Query.class - [JAR]

├─ org.yop.orm.sql.Results.class - [JAR]

├─ org.yop.orm.sql.SQLPart.class - [JAR]

├─ org.yop.orm.sql.SimpleQuery.class - [JAR]

org.yop.orm.sql.dialect

├─ org.yop.orm.sql.dialect.Db2.class - [JAR]

├─ org.yop.orm.sql.dialect.Dialect.class - [JAR]

├─ org.yop.orm.sql.dialect.IDialect.class - [JAR]

├─ org.yop.orm.sql.dialect.MSSQL.class - [JAR]

├─ org.yop.orm.sql.dialect.MySQL.class - [JAR]

├─ org.yop.orm.sql.dialect.Oracle.class - [JAR]

├─ org.yop.orm.sql.dialect.Postgres.class - [JAR]

├─ org.yop.orm.sql.dialect.SQL.class - [JAR]

├─ org.yop.orm.sql.dialect.SQLite.class - [JAR]

org.yop.orm.exception

├─ org.yop.orm.exception.YopIncoherentQueryException.class - [JAR]

├─ org.yop.orm.exception.YopInvalidJoinException.class - [JAR]

├─ org.yop.orm.exception.YopJoinCycleException.class - [JAR]

├─ org.yop.orm.exception.YopMapperException.class - [JAR]

├─ org.yop.orm.exception.YopMappingException.class - [JAR]

├─ org.yop.orm.exception.YopRuntimeException.class - [JAR]

├─ org.yop.orm.exception.YopSQLException.class - [JAR]

├─ org.yop.orm.exception.YopSerializableQueryException.class - [JAR]

org.yop.orm.query.serialize.json

├─ org.yop.orm.query.serialize.json.DeSerializers.class - [JAR]

├─ org.yop.orm.query.serialize.json.GsonInstance.class - [JAR]

├─ org.yop.orm.query.serialize.json.JSON.class - [JAR]

├─ org.yop.orm.query.serialize.json.Serializers.class - [JAR]

├─ org.yop.orm.query.serialize.json.YopableForJSON.class - [JAR]

├─ org.yop.orm.query.serialize.json.YopableStrategy.class - [JAR]

org.yop.orm.query

├─ org.yop.orm.query.AbstractRequest.class - [JAR]

├─ org.yop.orm.query.Context.class - [JAR]

org.yop.orm.query.join

├─ org.yop.orm.query.join.FieldJoin.class - [JAR]

├─ org.yop.orm.query.join.IJoin.class - [JAR]

├─ org.yop.orm.query.join.Join.class - [JAR]

org.yop.orm.gen

├─ org.yop.orm.gen.Column.class - [JAR]

├─ org.yop.orm.gen.ForeignKey.class - [JAR]

├─ org.yop.orm.gen.Prepare.class - [JAR]

├─ org.yop.orm.gen.PrimaryKey.class - [JAR]

├─ org.yop.orm.gen.Table.class - [JAR]

Advertisement

Dependencies from Group

orm
Apr 06, 2019
3 usages
0 stars
Apr 06, 2019
2 usages
0 stars
Apr 06, 2019
2 usages
0 stars
Apr 06, 2019
1 usages
0 stars
ioc
Apr 06, 2019
1 usages
0 stars

Discover Dependencies

Apr 03, 2023
2 usages
4.7k stars
Aug 23, 2023
8 usages
20 stars
Aug 23, 2023
2 usages
20 stars
Aug 23, 2023
4 usages
20 stars
Jul 14, 2023
943 stars
Jan 24, 2023
270 stars
Feb 21, 2020
1 usages
May 22, 2019
43 stars
Nov 18, 2021
1 usages
9 stars