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-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.basc.framework.orm.repository.adapter
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryDeleteAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryDeleteAllAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryDeleteByIdAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryGetByIdMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryGetInIdsMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryIsPresentAnyMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryIsPresentMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryPagingQueryMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryQueryAllMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryQueryListMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryQueryMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositorySaveIfAbsentAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositorySaveMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryUpdateAllMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CurdRepositoryUpdateMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.CustomRepositoryMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.RepositoryMethodAdapter.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.RepositoryMethodAdapterRegistry.class - [JAR]
├─ io.basc.framework.orm.repository.adapter.RepositoryMethodInterceptor.class - [JAR]
io.basc.framework.orm.cache
├─ io.basc.framework.orm.cache.CacheManager.class - [JAR]
io.basc.framework.orm.generator.annotation
├─ io.basc.framework.orm.generator.annotation.CreateTime.class - [JAR]
├─ io.basc.framework.orm.generator.annotation.Generator.class - [JAR]
├─ io.basc.framework.orm.generator.annotation.UUID.class - [JAR]
io.basc.framework.orm
├─ io.basc.framework.orm.EntityOperations.class - [JAR]
├─ io.basc.framework.orm.EntityStructure.class - [JAR]
├─ io.basc.framework.orm.ForeignKey.class - [JAR]
├─ io.basc.framework.orm.MaxValueFactory.class - [JAR]
├─ io.basc.framework.orm.ObjectKeyFormat.class - [JAR]
├─ io.basc.framework.orm.ObjectRelational.class - [JAR]
├─ io.basc.framework.orm.ObjectRelationalDecorator.class - [JAR]
├─ io.basc.framework.orm.ObjectRelationalFactory.class - [JAR]
├─ io.basc.framework.orm.ObjectRelationalMapper.class - [JAR]
├─ io.basc.framework.orm.ObjectRelationalResolver.class - [JAR]
├─ io.basc.framework.orm.ObjectResultSet.class - [JAR]
├─ io.basc.framework.orm.OrmException.class - [JAR]
├─ io.basc.framework.orm.PrimaryKeyResultSet.class - [JAR]
├─ io.basc.framework.orm.PropertiesFunction.class - [JAR]
├─ io.basc.framework.orm.Property.class - [JAR]
io.basc.framework.orm.support
├─ io.basc.framework.orm.support.Configurator.class - [JAR]
├─ io.basc.framework.orm.support.DefaultObjectKeyFormat.class - [JAR]
├─ io.basc.framework.orm.support.DefaultObjectMapper.class - [JAR]
├─ io.basc.framework.orm.support.DefaultObjectRelationalMapper.class - [JAR]
├─ io.basc.framework.orm.support.ObjectRelationalResolverExtend.class - [JAR]
├─ io.basc.framework.orm.support.ObjectRelationalResolverExtendChain.class - [JAR]
├─ io.basc.framework.orm.support.OrmUtils.class - [JAR]
io.basc.framework.orm.transfer
├─ io.basc.framework.orm.transfer.ExportProcessor.class - [JAR]
├─ io.basc.framework.orm.transfer.Exporter.class - [JAR]
├─ io.basc.framework.orm.transfer.Importer.class - [JAR]
├─ io.basc.framework.orm.transfer.TableTransfer.class - [JAR]
├─ io.basc.framework.orm.transfer.TransfColumn.class - [JAR]
├─ io.basc.framework.orm.transfer.TransfColumns.class - [JAR]
├─ io.basc.framework.orm.transfer.TransfRelationalMapping.class - [JAR]
io.basc.framework.orm.generator
├─ io.basc.framework.orm.generator.DefaultGeneratorProcessor.class - [JAR]
├─ io.basc.framework.orm.generator.GeneratorProcessor.class - [JAR]
io.basc.framework.orm.annotation
├─ io.basc.framework.orm.annotation.Alias.class - [JAR]
├─ io.basc.framework.orm.annotation.AnnotationObjectRelationalResolverExtend.class - [JAR]
├─ io.basc.framework.orm.annotation.AutoIncrement.class - [JAR]
├─ io.basc.framework.orm.annotation.Comment.class - [JAR]
├─ io.basc.framework.orm.annotation.Condition.class - [JAR]
├─ io.basc.framework.orm.annotation.ConfigurationProperties.class - [JAR]
├─ io.basc.framework.orm.annotation.Display.class - [JAR]
├─ io.basc.framework.orm.annotation.Entity.class - [JAR]
├─ io.basc.framework.orm.annotation.ForeignKey.class - [JAR]
├─ io.basc.framework.orm.annotation.IgnoreConfigurationProperty.class - [JAR]
├─ io.basc.framework.orm.annotation.Increment.class - [JAR]
├─ io.basc.framework.orm.annotation.InvalidBaseTypeValue.class - [JAR]
├─ io.basc.framework.orm.annotation.Named.class - [JAR]
├─ io.basc.framework.orm.annotation.NumberRange.class - [JAR]
├─ io.basc.framework.orm.annotation.PrimaryKey.class - [JAR]
├─ io.basc.framework.orm.annotation.Relationship.class - [JAR]
├─ io.basc.framework.orm.annotation.SortType.class - [JAR]
├─ io.basc.framework.orm.annotation.Unique.class - [JAR]
├─ io.basc.framework.orm.annotation.Version.class - [JAR]
io.basc.framework.orm.repository
├─ io.basc.framework.orm.repository.Condition.class - [JAR]
├─ io.basc.framework.orm.repository.ConditionBuilder.class - [JAR]
├─ io.basc.framework.orm.repository.ConditionKeywords.class - [JAR]
├─ io.basc.framework.orm.repository.Conditions.class - [JAR]
├─ io.basc.framework.orm.repository.ConditionsBuilder.class - [JAR]
├─ io.basc.framework.orm.repository.Curd.class - [JAR]
├─ io.basc.framework.orm.repository.CurdOperations.class - [JAR]
├─ io.basc.framework.orm.repository.CurdTemplate.class - [JAR]
├─ io.basc.framework.orm.repository.DefaultCurd.class - [JAR]
├─ io.basc.framework.orm.repository.DefaultRepositoryObjectMapper.class - [JAR]
├─ io.basc.framework.orm.repository.OperationKeywords.class - [JAR]
├─ io.basc.framework.orm.repository.OrderColumn.class - [JAR]
├─ io.basc.framework.orm.repository.RelationshipKeywords.class - [JAR]
├─ io.basc.framework.orm.repository.Repository.class - [JAR]
├─ io.basc.framework.orm.repository.RepositoryMapper.class - [JAR]
├─ io.basc.framework.orm.repository.RepositoryResolver.class - [JAR]
├─ io.basc.framework.orm.repository.RepositorySetting.class - [JAR]
├─ io.basc.framework.orm.repository.RepositoryTemplate.class - [JAR]
├─ io.basc.framework.orm.repository.WithCondition.class - [JAR]
io.basc.framework.orm.convert
├─ io.basc.framework.orm.convert.CollectionToMapConversionService.class - [JAR]
├─ io.basc.framework.orm.convert.NodeListToCollectionConversionService.class - [JAR]
├─ io.basc.framework.orm.convert.NodeListToMapConversionService.class - [JAR]
├─ io.basc.framework.orm.convert.NodeToObjectConversionService.class - [JAR]