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 gazelle-2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.gra4j.gazelle.repository.register
├─ org.gra4j.gazelle.repository.register.DataAccessMethod.class - [JAR]
├─ org.gra4j.gazelle.repository.register.EnableGazelleRepository.class - [JAR]
├─ org.gra4j.gazelle.repository.register.GazelleRepositoryRegistrar.class - [JAR]
├─ org.gra4j.gazelle.repository.register.RepositoryFactoryBean.class - [JAR]
├─ org.gra4j.gazelle.repository.register.RepositoryProxy.class - [JAR]
├─ org.gra4j.gazelle.repository.register.RepositoryScanner.class - [JAR]
org.gra4j.gazelle.expression
├─ org.gra4j.gazelle.expression.AbstractExpressionParser.class - [JAR]
├─ org.gra4j.gazelle.expression.CommonCriteriaExpression.class - [JAR]
├─ org.gra4j.gazelle.expression.SimpleExpression.class - [JAR]
org.gra4j.gazelle.util
├─ org.gra4j.gazelle.util.AsmMethodAccess.class - [JAR]
├─ org.gra4j.gazelle.util.AsmUtil.class - [JAR]
├─ org.gra4j.gazelle.util.Checker.class - [JAR]
├─ org.gra4j.gazelle.util.ClassScanner.class - [JAR]
org.gra4j.gazelle.repository.annotation.expression
├─ org.gra4j.gazelle.repository.annotation.expression.ExpParam.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.expression.Expression.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.expression.ModifyParam.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.expression.PageParam.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.expression.SpecParam.class - [JAR]
org.gra4j.gazelle.repository.annotation.comprise
├─ org.gra4j.gazelle.repository.annotation.comprise.And.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.comprise.Having.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.comprise.Or.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.comprise.Order.class - [JAR]
org.gra4j.gazelle.JPAQuery.sql
├─ org.gra4j.gazelle.JPAQuery.sql.AbstractModify.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.sql.AbstractSqlQuery.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.sql.SqlModify.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.sql.SqlQuery.class - [JAR]
org.gra4j.gazelle.JPAQuery.builder
├─ org.gra4j.gazelle.JPAQuery.builder.DeleteBuilder.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.builder.JPAQuery.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.builder.JPAQueryBuilder.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.builder.QueryBuilder.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.builder.TupleBuilder.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.builder.UpdateBuilder.class - [JAR]
org.gra4j.gazelle.repository.support
├─ org.gra4j.gazelle.repository.support.DeleteSupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.JpaQuerySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.JpaRepositorySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.QuerySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.RepositorySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.SqlQuerySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.TupleQuerySupport.class - [JAR]
├─ org.gra4j.gazelle.repository.support.UpdateSupport.class - [JAR]
org.gra4j.gazelle.repository.model
├─ org.gra4j.gazelle.repository.model.ExpressionModel.class - [JAR]
├─ org.gra4j.gazelle.repository.model.JpaModel.class - [JAR]
├─ org.gra4j.gazelle.repository.model.MethodMetadata.class - [JAR]
├─ org.gra4j.gazelle.repository.model.ParamInfo.class - [JAR]
├─ org.gra4j.gazelle.repository.model.RepositoryMetadata.class - [JAR]
├─ org.gra4j.gazelle.repository.model.SpecialModel.class - [JAR]
├─ org.gra4j.gazelle.repository.model.WhereModel.class - [JAR]
org.gra4j.gazelle.structure
├─ org.gra4j.gazelle.structure.CheckChainMap.class - [JAR]
├─ org.gra4j.gazelle.structure.CheckerPool.class - [JAR]
├─ org.gra4j.gazelle.structure.EntityPool.class - [JAR]
├─ org.gra4j.gazelle.structure.JpaStructure.class - [JAR]
├─ org.gra4j.gazelle.structure.SpecStructure.class - [JAR]
├─ org.gra4j.gazelle.structure.WhereStructure.class - [JAR]
org.gra4j.gazelle.JPAQuery.core
├─ org.gra4j.gazelle.JPAQuery.core.Join.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.Jpa.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.Operation.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.Setter.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.Special.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.SubQuery.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.core.Where.class - [JAR]
org.gra4j.gazelle.repository
├─ org.gra4j.gazelle.repository.GazelleRepository.class - [JAR]
├─ org.gra4j.gazelle.repository.JpaContext.class - [JAR]
├─ org.gra4j.gazelle.repository.SimpleCrud.class - [JAR]
org.gra4j.gazelle.transaction
├─ org.gra4j.gazelle.transaction.JpaTransactionManager.class - [JAR]
├─ org.gra4j.gazelle.transaction.ProxyTransactional.class - [JAR]
├─ org.gra4j.gazelle.transaction.SpringTransactionManager.class - [JAR]
├─ org.gra4j.gazelle.transaction.TransactionManager.class - [JAR]
├─ org.gra4j.gazelle.transaction.Transactional.class - [JAR]
├─ org.gra4j.gazelle.transaction.TransactionalType.class - [JAR]
org.gra4j.gazelle.chain
├─ org.gra4j.gazelle.chain.Check.class - [JAR]
├─ org.gra4j.gazelle.chain.CheckChain.class - [JAR]
org.gra4j.gazelle.JPAQuery
├─ org.gra4j.gazelle.JPAQuery.BasicOperation.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.GazelleQuery.class - [JAR]
├─ org.gra4j.gazelle.JPAQuery.JpaProxy.class - [JAR]
org.gra4j.gazelle.repository.annotation.core
├─ org.gra4j.gazelle.repository.annotation.core.Delete.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.Query.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.Special.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.SqlQuery.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.TupleQuery.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.Update.class - [JAR]
├─ org.gra4j.gazelle.repository.annotation.core.Where.class - [JAR]
org.gra4j.gazelle.repository.Enum
├─ org.gra4j.gazelle.repository.Enum.CheckOps.class - [JAR]
├─ org.gra4j.gazelle.repository.Enum.ComponentType.class - [JAR]
├─ org.gra4j.gazelle.repository.Enum.ExpressionOps.class - [JAR]
├─ org.gra4j.gazelle.repository.Enum.KeyType.class - [JAR]
├─ org.gra4j.gazelle.repository.Enum.PageType.class - [JAR]