jar

com.github.huangp : entityunit

Maven & Gradle

Mar 13, 2017
0 stars

entityunit · Simple tool to make JPA entities for testing

Table Of Contents

Latest Version

Download com.github.huangp : entityunit JAR file - Latest Versions:

All Versions

Download com.github.huangp : entityunit JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4
0.3
0.2
0.1

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 entityunit-0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.huangp.entityunit.entity

├─ com.github.huangp.entityunit.entity.AbstractNoOpCallback.class - [JAR]

├─ com.github.huangp.entityunit.entity.CacheKey.class - [JAR]

├─ com.github.huangp.entityunit.entity.Callbacks.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityClass.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityClassScanner.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityCleaner.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityMaker.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityMakerBuilder.class - [JAR]

├─ com.github.huangp.entityunit.entity.EntityMakerImpl.class - [JAR]

├─ com.github.huangp.entityunit.entity.FixIdCallback.class - [JAR]

├─ com.github.huangp.entityunit.entity.MakeContext.class - [JAR]

├─ com.github.huangp.entityunit.entity.ScanOption.class - [JAR]

├─ com.github.huangp.entityunit.entity.TakeCopyCallback.class - [JAR]

├─ com.github.huangp.entityunit.entity.WireManyToManyCallback.class - [JAR]

com.github.huangp.entityunit.util

├─ com.github.huangp.entityunit.util.ClassUtil.class - [JAR]

├─ com.github.huangp.entityunit.util.HasAnnotationPredicate.class - [JAR]

├─ com.github.huangp.entityunit.util.Parameter.class - [JAR]

├─ com.github.huangp.entityunit.util.Settable.class - [JAR]

├─ com.github.huangp.entityunit.util.SettableField.class - [JAR]

├─ com.github.huangp.entityunit.util.SettableParameter.class - [JAR]

├─ com.github.huangp.entityunit.util.SettableProperty.class - [JAR]

com.github.huangp.entityunit.holder

├─ com.github.huangp.entityunit.holder.BeanValueHolder.class - [JAR]

com.github.huangp.entityunit.maker

├─ com.github.huangp.entityunit.maker.BeanMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.DateMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.EnumMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.FixedValueMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.IntervalValuesMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.Maker.class - [JAR]

├─ com.github.huangp.entityunit.maker.NullMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.NumberMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.PreferredValueMakersRegistry.class - [JAR]

├─ com.github.huangp.entityunit.maker.PrimitiveMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.RangeValuesMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.ReuseOrNullMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.ScalarValueMakerFactory.class - [JAR]

├─ com.github.huangp.entityunit.maker.SkipFieldValueMaker.class - [JAR]

├─ com.github.huangp.entityunit.maker.StringMaker.class - [JAR]