Package com.isomorphic.tools
package com.isomorphic.tools
- ClassDescriptionThis class implements the server side of the BatchUploader tool.This class implements an extra set of "built-in" RPC methods over and above the ones implemented in com.isomorphic.rpc.BuiltinRPC.This class implements database-related tools and utility functions.
DataImportcontains methods that can be used to import data from a test data file to the List of Maps format commonly used for DataSource records (importToRows()), or directly into a DataSource (importToDataSource()).Import formats that can be used:DataImport.ImportFormat.CSVDataImport.ImportFormat.JSONDataImport.ImportFormat.XMLDataImport.ImportFormat.AUTODataSourceToolsprovides a number of static utility methods for generating DataSource information from other metadata (database tables, Hibernate mappings and Reflection on existing Java classes)Result object forDataSourceTools.copyRecords(String, String, CopyOptions).Result object forDataSourceTools.exportRecordsToFile(DataSource, ExportOptions).Output format for exportRecordsToFile(DataSource, ExportFormat, ExportOptions).Options for exportRecordsToFile(DataSource, ExportOptions).Result object for stream-basedDataSourceTools.exportRecords(java.lang.String, java.io.Writer, com.isomorphic.tools.DataSourceTools.ExportFormat, java.lang.String, java.lang.Integer, java.lang.Integer)operations.A utility class that checks for discrepancies between a project's MockDataSources and their working, or "live", counterparts (e.g., SQLDataSources) commonly found during the Reify design / development cycle, and logs its findings per standard server logging configuration.