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 nxcloud-core-spring-data-jpa-0.3.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nxcloud.foundation.core.data.jpa.listener
├─ nxcloud.foundation.core.data.jpa.listener.JpaEntityLifecycleListenerAdapter.class - [JAR]
nxcloud.foundation.core.data.jpa.constant
├─ nxcloud.foundation.core.data.jpa.constant.JpaConstants.class - [JAR]
nxcloud.foundation.core.data.jpa.repository
├─ nxcloud.foundation.core.data.jpa.repository.EmptyJpaRepository.class - [JAR]
nxcloud.foundation.core.data.jpa.interceptor
├─ nxcloud.foundation.core.data.jpa.interceptor.EmptyJpaSessionFactoryInterceptor.class - [JAR]
nxcloud.foundation.core.data.jpa.converter
├─ nxcloud.foundation.core.data.jpa.converter.ConvertIfNullIntSealedEnumAttributeConverter.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.converter.NonnullIntSealedEnumAttributeConverter.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.converter.NullableIntSealedEnumAttributeConverter.class - [JAR]
nxcloud.foundation.core.data.jpa.event
├─ nxcloud.foundation.core.data.jpa.event.SoftDeleteEventListener.class - [JAR]
nxcloud.foundation.core.data.jpa.aop
├─ nxcloud.foundation.core.data.jpa.aop.SoftDeleteAdvisor.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.aop.SoftDeleteFilterAdvice.class - [JAR]
nxcloud.foundation.core.data.jpa.id
├─ nxcloud.foundation.core.data.jpa.id.AssignedIdentifierGeneratorStrategyProvider.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.id.DeployContextIdentifierGenerator.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.id.DeployContextIdentifierGeneratorStrategyProvider.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.id.IdentityIdentifierGeneratorStrategyProvider.class - [JAR]
nxcloud.foundation.core.data.jpa.converter.base
├─ nxcloud.foundation.core.data.jpa.converter.base.YesNoStatusAttributeConverter.class - [JAR]
nxcloud.foundation.core.data.jpa.entity
├─ nxcloud.foundation.core.data.jpa.entity.CreatedTimeField.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.DefaultJpaEntity.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.DeletedField.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.JpaEntity.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.LongIdPK.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.LongPK.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.SoftDeleteJpaEntity.class - [JAR]
├─ nxcloud.foundation.core.data.jpa.entity.UpdatedTimeField.class - [JAR]