jar

net.comze : comze-orm

Maven & Gradle

Nov 14, 2018
3 stars

comze-orm · Comze ORM Framework

Table Of Contents

Latest Version

Download net.comze : comze-orm JAR file - Latest Versions:

All Versions

Download net.comze : comze-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
3.3.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 comze-orm-3.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.comze.framework.annotation

├─ net.comze.framework.annotation.Attribute.class - [JAR]

├─ net.comze.framework.annotation.Awareness.class - [JAR]

├─ net.comze.framework.annotation.CaseSensitive.class - [JAR]

├─ net.comze.framework.annotation.LowerCaseWithUnderscores.class - [JAR]

├─ net.comze.framework.annotation.PropertyEditor.class - [JAR]

net.comze.framework.orm.bind

├─ net.comze.framework.orm.bind.ArrayWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.AsciiStreamWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BeanWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BigDecimalWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BinaryStreamWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BlobWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BooleanWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ByteWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.BytesWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.CharacterStreamWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ClobWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.CollectionWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ColumnWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.DateWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.DoubleWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.EnumWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.FloatWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.IntegerWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.IteratorWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ListWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.LongWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.MapWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.NCharacterStreamWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.NClobWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ObjectWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.RefWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ResultSetWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.RowIdWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.RowWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.SQLArrayWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.SQLDateWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.SQLXMLWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.ShortWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.StringWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.TimeWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.TimestampWrapper.class - [JAR]

├─ net.comze.framework.orm.bind.URLWrapper.class - [JAR]

net.comze.framework.orm.datasource

├─ net.comze.framework.orm.datasource.C3p0DataSourceFactory.class - [JAR]

├─ net.comze.framework.orm.datasource.DataSourceFactory.class - [JAR]

├─ net.comze.framework.orm.datasource.DbcpDataSourceFactory.class - [JAR]

├─ net.comze.framework.orm.datasource.JndiDataSourceFactory.class - [JAR]

net.comze.framework.orm.transaction

├─ net.comze.framework.orm.transaction.SimpleTransaction.class - [JAR]

├─ net.comze.framework.orm.transaction.SimpleTransactionFactory.class - [JAR]

├─ net.comze.framework.orm.transaction.Transaction.class - [JAR]

├─ net.comze.framework.orm.transaction.TransactionFactory.class - [JAR]

net.comze.framework.orm.util

├─ net.comze.framework.orm.util.ArrayUtils.class - [JAR]

├─ net.comze.framework.orm.util.BeanAccessException.class - [JAR]

├─ net.comze.framework.orm.util.BeanProperty.class - [JAR]

├─ net.comze.framework.orm.util.BeanUtils.class - [JAR]

├─ net.comze.framework.orm.util.ColumnWrapperFactory.class - [JAR]

├─ net.comze.framework.orm.util.DataAccessException.class - [JAR]

├─ net.comze.framework.orm.util.JdbcResource.class - [JAR]

├─ net.comze.framework.orm.util.NamingStrategy.class - [JAR]

├─ net.comze.framework.orm.util.NamingUtils.class - [JAR]

├─ net.comze.framework.orm.util.ObjectUtils.class - [JAR]

├─ net.comze.framework.orm.util.ResourceLoader.class - [JAR]

├─ net.comze.framework.orm.util.ResultSetHandleException.class - [JAR]

├─ net.comze.framework.orm.util.ResultSetUtils.class - [JAR]

├─ net.comze.framework.orm.util.RowWrapperFactory.class - [JAR]

├─ net.comze.framework.orm.util.StringUtils.class - [JAR]

├─ net.comze.framework.orm.util.TransactionException.class - [JAR]

├─ net.comze.framework.orm.util.UnsupportedTypeException.class - [JAR]

net.comze.framework.orm.support

├─ net.comze.framework.orm.support.ConnectionHandler.class - [JAR]

├─ net.comze.framework.orm.support.DaoContext.class - [JAR]

├─ net.comze.framework.orm.support.DaoSupport.class - [JAR]

├─ net.comze.framework.orm.support.PreparedStatementHandler.class - [JAR]

├─ net.comze.framework.orm.support.ResultSetHandler.class - [JAR]

├─ net.comze.framework.orm.support.SqlMapDaoSupport.class - [JAR]

├─ net.comze.framework.orm.support.SqlMapTemplate.class - [JAR]

├─ net.comze.framework.orm.support.Template.class - [JAR]

Advertisement