jar

com.github.kimffy24 : uow

Maven & Gradle

Oct 12, 2021
0 stars

uow · UoW is means Unit of Work. We can use this toolkit to save the aggregate root easily.

Table Of Contents

Latest Version

Download com.github.kimffy24 : uow JAR file - Latest Versions:

All Versions

Download com.github.kimffy24 : uow JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.0.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 uow-0.1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kimffy24.uow.util

├─ com.github.kimffy24.uow.util.GenerateSqlMapperUtil.class - [JAR]

├─ com.github.kimffy24.uow.util.KeyMapperStore.class - [JAR]

com.github.kimffy24.uow.export

├─ com.github.kimffy24.uow.export.IExecutingContext.class - [JAR]

├─ com.github.kimffy24.uow.export.UoWContextLocator.class - [JAR]

com.github.kimffy24.uow.export.skeleton

├─ com.github.kimffy24.uow.export.skeleton.AbstractAggregateRoot.class - [JAR]

├─ com.github.kimffy24.uow.export.skeleton.AggregateRootLifeCycleAware.class - [JAR]

├─ com.github.kimffy24.uow.export.skeleton.SimpleAggregateRoot.class - [JAR]

├─ com.github.kimffy24.uow.export.skeleton.SimpleRLAggregateRoot.class - [JAR]

com.github.kimffy24.uow.repos

├─ com.github.kimffy24.uow.repos.Repository.class - [JAR]

com.github.kimffy24.uow.service.skeleton

├─ com.github.kimffy24.uow.service.skeleton.AbstractUoWService.class - [JAR]

com.github.kimffy24.uow.config

├─ com.github.kimffy24.uow.config.StarterAutoConfigure.class - [JAR]

├─ com.github.kimffy24.uow.config.StarterServiceProperties.class - [JAR]

com.github.kimffy24.uow.core

├─ com.github.kimffy24.uow.core.AggregateActionBinder.class - [JAR]

├─ com.github.kimffy24.uow.core.ExecutingContextFactory.class - [JAR]

com.github.kimffy24.uow.component

├─ com.github.kimffy24.uow.component.StdConverter.class - [JAR]

com.github.kimffy24.uow.service.aware

├─ com.github.kimffy24.uow.service.aware.IGenRBinderProvider.class - [JAR]

com.github.kimffy24.uow.service

├─ com.github.kimffy24.uow.service.CommittingService.class - [JAR]

├─ com.github.kimffy24.uow.service.RepositoryProvider.class - [JAR]

├─ com.github.kimffy24.uow.service.SpringUoWMapperProvider.class - [JAR]

com.github.kimffy24.uow.annotation

├─ com.github.kimffy24.uow.annotation.AutoCommit.class - [JAR]

├─ com.github.kimffy24.uow.annotation.MappingColumn.class - [JAR]

├─ com.github.kimffy24.uow.annotation.MappingComment.class - [JAR]

├─ com.github.kimffy24.uow.annotation.MappingTableAttribute.class - [JAR]

├─ com.github.kimffy24.uow.annotation.MappingType.class - [JAR]

├─ com.github.kimffy24.uow.annotation.RBind.class - [JAR]

com.github.kimffy24.uow.export.mapper

├─ com.github.kimffy24.uow.export.mapper.ILocatorMapper.class - [JAR]