jar

net.osgiliath.datamigrator : data-migrator-core

Maven & Gradle

Jan 15, 2024

Core module of the data migrator.

Table Of Contents

Latest Version

Download net.osgiliath.datamigrator : data-migrator-core JAR file - Latest Versions:

All Versions

Download net.osgiliath.datamigrator : data-migrator-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17
1.16

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

net.osgiliath.migrator.core.api.model

├─ net.osgiliath.migrator.core.api.model.ModelElement.class - [JAR]

net.osgiliath.migrator.core.metamodel.helper

├─ net.osgiliath.migrator.core.metamodel.helper.JpaEntityHelper.class - [JAR]

├─ net.osgiliath.migrator.core.metamodel.helper.MetamodelVertexHelper.class - [JAR]

net.osgiliath.migrator.core.api.transformers

├─ net.osgiliath.migrator.core.api.transformers.ColumnTransformer.class - [JAR]

├─ net.osgiliath.migrator.core.api.transformers.JpaEntityColumnTransformer.class - [JAR]

├─ net.osgiliath.migrator.core.api.transformers.MetamodelColumnCellTransformer.class - [JAR]

net.osgiliath.migrator.core.db.inject

├─ net.osgiliath.migrator.core.db.inject.SinkEntityInjector.class - [JAR]

├─ net.osgiliath.migrator.core.db.inject.VertexPersister.class - [JAR]

net.osgiliath.migrator.core.metamodel.impl.internal.jpa

├─ net.osgiliath.migrator.core.metamodel.impl.internal.jpa.JpaMetamodelVertex.class - [JAR]

├─ net.osgiliath.migrator.core.metamodel.impl.internal.jpa.JpaMetamodelVertexFactory.class - [JAR]

net.osgiliath.migrator.core.api.sourcedb

├─ net.osgiliath.migrator.core.api.sourcedb.EntityImporter.class - [JAR]

net.osgiliath.migrator.core.processing.model

├─ net.osgiliath.migrator.core.processing.model.SequencerBeanMetamodelVertexAndEntity.class - [JAR]

├─ net.osgiliath.migrator.core.processing.model.SequencerDefinitionAndBean.class - [JAR]

├─ net.osgiliath.migrator.core.processing.model.SequencersBeansMetamodelVertexAndEntity.class - [JAR]

├─ net.osgiliath.migrator.core.processing.model.VertexAndSequencerBeanClass.class - [JAR]

net.osgiliath.migrator.core.configuration

├─ net.osgiliath.migrator.core.configuration.ColumnTransformationDefinition.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.DataMigratorConfiguration.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.DataSourceConfiguration.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.PerDSJpaProperties.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.SequencerDefinition.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.TRANSFORMER_TYPE.class - [JAR]

net.osgiliath.migrator.core

├─ net.osgiliath.migrator.core.TransformationSequencer.class - [JAR]

net.osgiliath.migrator.core.metamodel.impl.internal.jpa.model

├─ net.osgiliath.migrator.core.metamodel.impl.internal.jpa.model.FieldAndTargetType.class - [JAR]

net.osgiliath.migrator.core.modelgraph.model

├─ net.osgiliath.migrator.core.modelgraph.model.FieldEdgeTargetVertices.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.model.MetamodelVertexAndModelElement.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.model.MetamodelVertexAndModelElementAndModelElementId.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.model.MetamodelVertexAndModelElements.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.model.SourceVertexEdgeAndTargetVertex.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.model.SourceVertexFieldEdgeAndTargetVertices.class - [JAR]

net.osgiliath.migrator.core.metamodel.impl

├─ net.osgiliath.migrator.core.metamodel.impl.HibernateMetamodelScanner.class - [JAR]

├─ net.osgiliath.migrator.core.metamodel.impl.MetamodelGraphBuilder.class - [JAR]

├─ net.osgiliath.migrator.core.metamodel.impl.MetamodelGraphRequester.class - [JAR]

net.osgiliath.migrator.core.configuration.beans

├─ net.osgiliath.migrator.core.configuration.beans.CustomHikariDatasource.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.beans.GraphTraversalSourceProvider.class - [JAR]

net.osgiliath.migrator.core.metamodel.impl.model

├─ net.osgiliath.migrator.core.metamodel.impl.model.MetamodelVertexAndOutboundEdge.class - [JAR]

net.osgiliath.migrator.core.api.metamodel.model

├─ net.osgiliath.migrator.core.api.metamodel.model.FieldEdge.class - [JAR]

├─ net.osgiliath.migrator.core.api.metamodel.model.MetamodelVertex.class - [JAR]

├─ net.osgiliath.migrator.core.api.metamodel.model.OutboundEdge.class - [JAR]

net.osgiliath.migrator.core.processing

├─ net.osgiliath.migrator.core.processing.FactorySequencer.class - [JAR]

├─ net.osgiliath.migrator.core.processing.SequenceProcessor.class - [JAR]

├─ net.osgiliath.migrator.core.processing.SequencerFactory.class - [JAR]

net.osgiliath.migrator.core.configuration.model

├─ net.osgiliath.migrator.core.configuration.model.GraphDatasource.class - [JAR]

├─ net.osgiliath.migrator.core.configuration.model.GraphDatasourceType.class - [JAR]

net.osgiliath.migrator.core.db.query

├─ net.osgiliath.migrator.core.db.query.JpaEntityImporter.class - [JAR]

net.osgiliath.migrator.core.api.transformers.internal

├─ net.osgiliath.migrator.core.api.transformers.internal.CamelExchangeWrapper.class - [JAR]

net.osgiliath.migrator.core.modelgraph

├─ net.osgiliath.migrator.core.modelgraph.ModelElementFactory.class - [JAR]

├─ net.osgiliath.migrator.core.modelgraph.ModelGraphBuilder.class - [JAR]

net.osgiliath.migrator.core.metamodel.impl.internal.spring

├─ net.osgiliath.migrator.core.metamodel.impl.internal.spring.AbstractClassAwareClassPathScanningCandidateComponentProvider.class - [JAR]

net.osgiliath.migrator.core.db.inject.model

├─ net.osgiliath.migrator.core.db.inject.model.ModelAndMetamodelEdge.class - [JAR]

net.osgiliath.migrator.core.api.metamodel

├─ net.osgiliath.migrator.core.api.metamodel.MetamodelScanner.class - [JAR]

├─ net.osgiliath.migrator.core.api.metamodel.MetamodelVertexFactory.class - [JAR]

├─ net.osgiliath.migrator.core.api.metamodel.RelationshipType.class - [JAR]

net.osgiliath.migrator.core.api.transformers.internal.model

├─ net.osgiliath.migrator.core.api.transformers.internal.model.MetamodelVertexAndEntityAndColumnNameAndFieldValue.class - [JAR]