View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window orm-core-7.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.femtoframework.orm
├─ org.femtoframework.orm.Limit.class - [JAR]
├─ org.femtoframework.orm.NamedDataSource.class - [JAR]
├─ org.femtoframework.orm.OrderBy.class - [JAR]
├─ org.femtoframework.orm.Repository.class - [JAR]
├─ org.femtoframework.orm.RepositoryException.class - [JAR]
├─ org.femtoframework.orm.RepositoryFactory.class - [JAR]
├─ org.femtoframework.orm.RepositoryModule.class - [JAR]
├─ org.femtoframework.orm.RepositoryUtil.class - [JAR]
├─ org.femtoframework.orm.TypeMapping.class - [JAR]
org.femtoframework.orm.dialect
├─ org.femtoframework.orm.dialect.Db2Dialect.class - [JAR]
├─ org.femtoframework.orm.dialect.DerbyDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.EnterpriseDBDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.MssqlDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.MysqlDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.OracleDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.PostgresDialect.class - [JAR]
├─ org.femtoframework.orm.dialect.RdbmsDialect.class - [JAR]
org.femtoframework.orm.ext
├─ org.femtoframework.orm.ext.JdbcRepository.class - [JAR]
├─ org.femtoframework.orm.ext.SimpleRepositoryFactory.class - [JAR]
├─ org.femtoframework.orm.ext.SimpleRepositoryModule.class - [JAR]