jar

com.foreach.across.modules : properties-module

Maven & Gradle

Dec 02, 2020
16 usages

Properties Module · Provides services and facilities to manage collections of strong typed properties in a dbms.

Table Of Contents

Latest Version

Download com.foreach.across.modules : properties-module JAR file - Latest Versions:

All Versions

Download com.foreach.across.modules : properties-module JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.1.x
1.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 properties-module-2.1.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.foreach.across.modules.properties.services

├─ com.foreach.across.modules.properties.services.AbstractEntityPropertiesService.class - [JAR]

├─ com.foreach.across.modules.properties.services.AbstractRevisionBasedEntityPropertiesService.class - [JAR]

├─ com.foreach.across.modules.properties.services.EntityPropertiesService.class - [JAR]

├─ com.foreach.across.modules.properties.services.EntityPropertiesServiceBase.class - [JAR]

├─ com.foreach.across.modules.properties.services.RevisionBasedEntityPropertiesService.class - [JAR]

com.foreach.across.modules.properties.business

├─ com.foreach.across.modules.properties.business.EntityProperties.class - [JAR]

├─ com.foreach.across.modules.properties.business.StringPropertiesSource.class - [JAR]

com.foreach.across.modules.properties.registries

├─ com.foreach.across.modules.properties.registries.EntityPropertiesRegistry.class - [JAR]

com.foreach.across.modules.properties.config

├─ com.foreach.across.modules.properties.config.AbstractEntityPropertiesConfiguration.class - [JAR]

├─ com.foreach.across.modules.properties.config.AbstractRevisionBasedEntityPropertiesConfiguration.class - [JAR]

├─ com.foreach.across.modules.properties.config.ConversionServiceConfiguration.class - [JAR]

├─ com.foreach.across.modules.properties.config.EntityPropertiesDescriptor.class - [JAR]

├─ com.foreach.across.modules.properties.config.PropertyTrackingConfiguration.class - [JAR]

com.foreach.across.modules.properties.config.modules

├─ com.foreach.across.modules.properties.config.modules.AdminWebConfiguration.class - [JAR]

com.foreach.across.modules.properties

├─ com.foreach.across.modules.properties.PropertiesModule.class - [JAR]

├─ com.foreach.across.modules.properties.PropertiesModuleSettings.class - [JAR]

com.foreach.across.modules.properties.repositories

├─ com.foreach.across.modules.properties.repositories.EntityPropertiesRepository.class - [JAR]

├─ com.foreach.across.modules.properties.repositories.PropertyTrackingRepository.class - [JAR]

├─ com.foreach.across.modules.properties.repositories.RevisionBasedEntityPropertiesRepository.class - [JAR]

com.foreach.across.modules.properties.installers

├─ com.foreach.across.modules.properties.installers.EntityPropertiesInstaller.class - [JAR]

├─ com.foreach.across.modules.properties.installers.PropertyTrackingSchemaInstaller.class - [JAR]

├─ com.foreach.across.modules.properties.installers.RevisionBasedEntityPropertiesInstaller.class - [JAR]

com.foreach.across.modules.properties.controllers

├─ com.foreach.across.modules.properties.controllers.EntityPropertiesController.class - [JAR]

Advertisement