Uses of Class
net.sf.jailer.datamodel.Table
Packages that use Table
Package
Description
-
Uses of Table in net.sf.jailer.database
Methods in net.sf.jailer.database with parameters of type TableModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation.Creates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation.protected StringDMLTransformer.qualifiedTableName(Table t) Gets qualified table name.Method parameters in net.sf.jailer.database with type arguments of type TableModifier and TypeMethodDescriptionvoidPrimaryKeyValidator.validatePrimaryKey(Session session, Set<Table> tables, JobManager jobManager) Validates all primary keys of a set of tables.Constructors in net.sf.jailer.database with parameters of type TableModifierConstructorDescriptionprotectedDMLTransformer(Table table, OutputStreamWriter scriptFileWriter, boolean upsertOnly, int maxBodySize, Session session, DBMS targetDBMSConfiguration, ImportFilterTransformer importFilterTransformer, AtomicReference<Table> identityInsertTable, ExecutionContext executionContext) Constructor.UpdateTransformer(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, int maxBodySize, Session session, DBMS targetDBMSConfiguration, ImportFilterTransformer importFilterTransformer, boolean inSourceSchema, String reason, ExecutionContext executionContext) Constructor.Constructor parameters in net.sf.jailer.database with type arguments of type TableModifierConstructorDescriptionprotectedDMLTransformer(Table table, OutputStreamWriter scriptFileWriter, boolean upsertOnly, int maxBodySize, Session session, DBMS targetDBMSConfiguration, ImportFilterTransformer importFilterTransformer, AtomicReference<Table> identityInsertTable, ExecutionContext executionContext) Constructor. -
Uses of Table in net.sf.jailer.datamodel
Classes in net.sf.jailer.datamodel that implement interfaces with type arguments of type TableFields in net.sf.jailer.datamodel declared as TableModifier and TypeFieldDescriptionfinal TableAssociation.destinationThe destination table.final TableRestrictionDefinition.fromSource table.final TableAssociation.sourceThe source table.final TableDataModel.NoPrimaryKeyException.tablefinal TablePKColumnFilterSource.tableThe table owning the primary key column.final TableRestrictionDefinition.toDestination table.Methods in net.sf.jailer.datamodel that return TableModifier and TypeMethodDescriptionGets a table by name.DataModel.getTableByDisplayName(String displayName) Gets a table by display name.DataModel.getTableByOrdinal(int ordinal) Gets table bygetOrdinal().Methods in net.sf.jailer.datamodel that return types with arguments of type TableModifier and TypeMethodDescriptionDataModel.checkForPrimaryKey(Set<Table> subjects, boolean hasRowID) Checks whether all tables in the closure of a given subject have primary keys.Table.closure()Gets the closure of the table.Gets the closure of the table.Gets the closure of the table.DataModel.getIndependentTables(Set<Table> tableSet) Gets all independent tables (i.e.DataModel.getIndependentTables(Set<Table> tableSet, Set<Association> associations) Gets all independent tables (i.e.DataModel.getSortedTables()Gets list of tables sorted by name.DataModel.getTables()Gets all tables.Normalizes a set of tables.Table.unrestrictedClosure()Gets the closure of the table, ignoring restrictions.Methods in net.sf.jailer.datamodel with parameters of type TableModifier and TypeMethodDescriptionintCompares this table to another by name.RowIdSupport.getColumns(Table table, Session session) Gets the columns with additional rowid-column of a table.RowIdSupport.getColumns(Table table, Session session, boolean exact) Gets the columns with additional rowid-column of a table.DataModel.getComment(Table table, Column column) Gets the comment for a table or column.DataModel.getDisplayName(Table table) Gets display name of a tableRowIdSupport.getPrimaryKey(Table table) Gets the primary key of a table.RowIdSupport.getPrimaryKey(Table table, Session session) Gets the primary key of a table.RowIdSupport.getPrimaryKey(Table table, Session session, boolean exact) Gets the primary key of a table.voidDataModel.save(String file, Table stable, SubjectLimitDefinition subjectLimitDefinition, String subjectCondition, ScriptFormat scriptFormat, List<RestrictionDefinition> restrictionDefinitions, Map<String, Map<String, double[]>> positions, List<ExtractionModel.AdditionalSubject> additionalSubjects, String currentModelSubfolder) Saves the data model.Method parameters in net.sf.jailer.datamodel with type arguments of type TableModifier and TypeMethodDescriptionstatic voidDataModel.addRestrictedDependencyWithNulledFK(Set<Table> tables) Adds all tables that are part of a restricted dependency with nulled foreign key to the given set of tables.DataModel.checkForPrimaryKey(Set<Table> subjects, boolean hasRowID) Checks whether all tables in the closure of a given subject have primary keys.Gets the closure of the table.Gets the closure of the table.Gets the closure of the table.DataModel.getIndependentTables(Set<Table> tableSet) Gets all independent tables (i.e.DataModel.getIndependentTables(Set<Table> tableSet, Set<Association> associations) Gets all independent tables (i.e.Normalizes a set of tables.Constructors in net.sf.jailer.datamodel with parameters of type TableModifierConstructorDescriptionAssociation(Table source, Table destination, boolean insertSourceBeforeDestination, boolean insertDestinationBeforeSource, String joinCondition, DataModel dataModel, boolean reversed, Cardinality cardinality) Constructor.Association(Table source, Table destination, boolean insertSourceBeforeDestination, boolean insertDestinationBeforeSource, String joinCondition, DataModel dataModel, boolean reversed, Cardinality cardinality, String author) Constructor.NoPrimaryKeyException(Table table) NoPrimaryKeyException(Table table, String message) PKColumnFilterSource(Table table, Column column) Constructor.RestrictionDefinition(Table from, Table to, String name, String condition, boolean isIgnored) Constructor. -
Uses of Table in net.sf.jailer.datamodel.filter_template
Methods in net.sf.jailer.datamodel.filter_template with parameters of type TableModifier and TypeMethodDescriptionbooleanEvaluates the clause for a given column.abstract ObjectClause.Subject.getSubject(Table table, Column column) booleanChecks if the template matches a given column. -
Uses of Table in net.sf.jailer.dbunit
Methods in net.sf.jailer.dbunit with parameters of type TableModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation. -
Uses of Table in net.sf.jailer.enhancer
Method parameters in net.sf.jailer.enhancer with type arguments of type TableModifier and TypeMethodDescriptionvoidFileBasedScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidHelperTableEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds comments to the script.voidFileBasedScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds epilogs.voidHelperTableEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Drops the JL_DUAL helper table at the bottom of the script if it was needed.voidScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at bottom of the script.voidFileBasedScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds prologs.voidHelperTableEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Creates and populates the JL_DUAL helper table at the top of the script if needed.voidScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at top of the script. -
Uses of Table in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph with parameters of type TableModifier and TypeMethodDescriptionabstract voidEntityGraph.addDependencies(Table from, String fromAlias, Table to, String toAlias, String condition, int aggregationId, int dependencyId, boolean isAssociationReversed) Adds dependencies.abstract longEntityGraph.addEntities(Table table, String condition, int today) Adds entities to the graph.abstract longEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph.abstract longEntityGraph.countEntities(Table table) Counts the entities of a given table in this graph.abstract longEntityGraph.deleteEntities(Table table) Deletes all entities from a given table.abstract voidEntityGraph.deleteIndependentEntities(Table table) Deletes all entities which are marked as independent.EntityGraph.getSelectionClause(Table table) Gets all non-virtual columns of the table in the order in which they are selected.abstract voidEntityGraph.markIndependentEntities(Table table) Marks all entities of a given table which don't dependent on other entities, s.t.abstract voidMarks all rows which are not target of a dependency.abstract voidEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.abstract voidEntityGraph.readEntities(Table table, boolean orderByPK) Reads all entities of a given table.abstract voidEntityGraph.readMarkedEntities(Table table, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.abstract voidEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.abstract voidEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.abstract longEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.abstract voidEntityGraph.removeReflexiveDependencies(Table table) Removes all reflexive dependencies of given table.abstract longEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.abstract longEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association.protected intabstract voidEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table.Method parameters in net.sf.jailer.entitygraph with type arguments of type TableModifier and TypeMethodDescriptionCopies some tables.longGets the number of entities from given tables in the graph.abstract longEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph. -
Uses of Table in net.sf.jailer.entitygraph.intradatabase
Methods in net.sf.jailer.entitygraph.intradatabase with parameters of type TableModifier and TypeMethodDescriptionvoidIntraDatabaseEntityGraph.readEntities(Table table, boolean orderByPK) Reads all entities of a given table.voidIntraDatabaseEntityGraph.readMarkedEntities(Table table, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidIntraDatabaseEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table. -
Uses of Table in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local with parameters of type TableModifier and TypeMethodDescriptionvoidLocalEntityGraph.addDependencies(Table from, String fromAlias, Table to, String toAlias, String condition, int aggregationId, int dependencyId, boolean isAssociationReversed) Adds dependencies.longLocalEntityGraph.addEntities(Table table, String condition, int today) Adds entities to the graph.longLocalEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph.longLocalEntityGraph.countEntities(Table table) Counts the entities of a given table in this graph.longLocalEntityGraph.deleteEntities(Table table) Deletes all entities from a given table.voidLocalEntityGraph.deleteIndependentEntities(Table table) Deletes all entities which are marked as independent.voidLocalEntityGraph.markIndependentEntities(Table table) Marks all entities of a given table which don't dependent on other entities, s.t.voidMarks all rows which are not target of a dependency.voidLocalEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> theTypeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.voidLocalEntityGraph.readEntities(Table table, boolean orderByPK) Reads all entities of a given table.voidLocalEntityGraph.readMarkedEntities(Table table, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidLocalEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidLocalEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.longLocalEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.voidLocalEntityGraph.removeReflexiveDependencies(Table table) Removes all reflexive dependencies of given table.longLocalEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.longLocalEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association.voidLocalEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table.Method parameters in net.sf.jailer.entitygraph.local with type arguments of type TableModifier and TypeMethodDescriptionlongLocalEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph. -
Uses of Table in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote with parameters of type TableModifier and TypeMethodDescriptionvoidRemoteEntityGraph.addDependencies(Table from, String fromAlias, Table to, String toAlias, String condition, int aggregationId, int dependencyId, boolean isAssociationReversed) Adds dependencies.longRemoteEntityGraph.addEntities(Table table, String condition, int today) Adds entities to the graph.longRemoteEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph.longRemoteEntityGraph.countEntities(Table table) Counts the entities of a given table in this graph.longRemoteEntityGraph.deleteEntities(Table table) Deletes all entities from a given table.voidRemoteEntityGraph.deleteIndependentEntities(Table table) Deletes all entities which are marked as independent.protected StringRemoteEntityGraph.filteredSelectionClause(Table table, boolean applyImportFilter) Gets select clause for reading rows of given type with respect of the column filters.protected StringRemoteEntityGraph.filteredSelectionClause(Table table, String columnPrefix, Quoting quoting, boolean appylImportFilter) Gets select clause for reading rows of given type with respect of the column filters.voidRemoteEntityGraph.markIndependentEntities(Table table) Marks all entities of a given table which don't dependent on other entities, s.t.voidMarks all rows which are not target of a dependency.protected StringRemoteEntityGraph.pkEqualsEntityID(Table table, String tableAlias, String entityAlias) Gets a SQL comparison expression for comparing rows with entities.voidRemoteEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.voidRemoteEntityGraph.readEntities(Table table, boolean orderByPK) Reads all entities of a given table.protected longRemoteEntityGraph.readEntities(Table table, boolean orderByPK, Session.ResultSetReader reader) Reads all entities of a given table.voidRemoteEntityGraph.readMarkedEntities(Table table, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidRemoteEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidRemoteEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.longRemoteEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters.voidRemoteEntityGraph.removeReflexiveDependencies(Table table) Removes all reflexive dependencies of given table.longRemoteEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.longRemoteEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association.voidRemoteEntityGraph.updateEntities(Table table, Set<Column> columns, OutputStreamWriter scriptFileWriter, DBMS targetConfiguration, boolean inSourceSchema, String reason) Updates columns of a table.Method parameters in net.sf.jailer.entitygraph.remote with type arguments of type TableModifier and TypeMethodDescriptionlongGets the number of entities from given tables in the graph.longRemoteEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph. -
Uses of Table in net.sf.jailer.extractionmodel
Fields in net.sf.jailer.extractionmodel declared as TableMethods in net.sf.jailer.extractionmodel that return TableModifier and TypeMethodDescriptionExtractionModel.AdditionalSubject.getSubject()Gets the subject table.Methods in net.sf.jailer.extractionmodel with parameters of type TableModifier and TypeMethodDescriptionvoidExtractionModel.AdditionalSubject.setSubject(Table subject) Sets the subject table.Constructors in net.sf.jailer.extractionmodel with parameters of type TableModifierConstructorDescriptionAdditionalSubject(Table subject, String condition, SubjectLimitDefinition subjectLimitDefinition) -
Uses of Table in net.sf.jailer.importfilter
Constructor parameters in net.sf.jailer.importfilter with type arguments of type TableModifierConstructorDescriptionImportFilterManager(Session localSession, OutputStreamWriter result, Set<Table> progress, Quoting targetQuoting, ExecutionContext executionContext) Constructor. -
Uses of Table in net.sf.jailer.liquibase
Methods in net.sf.jailer.liquibase with parameters of type TableModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation. -
Uses of Table in net.sf.jailer.modelbuilder
Methods in net.sf.jailer.modelbuilder that return types with arguments of type TableModifier and TypeMethodDescriptionJDBCMetaDataBasedModelElementFinder.findTables(Session session, ExecutionContext executionContext) Finds all tables in the DB schema.ModelElementFinder.findTables(Session session, ExecutionContext executionContext) Finds a set ofTables.JDBCMetaDataBasedModelElementFinder.getComments()Finds comments for all model elements.ModelElementFinder.getComments()Finds comments for all model elements.Methods in net.sf.jailer.modelbuilder with parameters of type TableModifier and TypeMethodDescriptionJDBCMetaDataBasedModelElementFinder.PrivilegedSessionProvider.askForSessionWithPermissionToReadSchema(Session session, Table view, String schema, String tableName, ExecutionContext executionContext) Returns a session with permission to read the given schema, ornullif not available.JDBCMetaDataBasedModelElementFinder.findColumns(Table table, Session session, ExecutionContext executionContext) ModelElementFinder.findColumns(Table table, Session session, ExecutionContext executionContext) -
Uses of Table in net.sf.jailer.progress
Methods in net.sf.jailer.progress with parameters of type TableModifier and TypeMethodDescriptionvoidRows have been exported.voidProgressListenerRegistry.fireExported(Table table, long rc) Notifies all listeners that rows have been exported. -
Uses of Table in net.sf.jailer.render
Methods in net.sf.jailer.render with parameters of type TableModifier and TypeMethodDescriptionstatic StringHtmlDataModelRenderer.toFileName(Table table) Gets name of the file containing the HTML render of a given table. -
Uses of Table in net.sf.jailer.subsetting
Methods in net.sf.jailer.subsetting that return types with arguments of type TableModifier and TypeMethodDescriptionCollectedRowsCounter.getCollectedRowsCount()Gets the number of collected rows per table.CollectedRowsCounter.getDeletedRowsCount()Gets the number of deleted rows per table.ExportStatistic.getExportedRows()Gets number of exported rows per table.Methods in net.sf.jailer.subsetting with parameters of type TableModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation.voidMethod parameters in net.sf.jailer.subsetting with type arguments of type TableModifier and TypeMethodDescriptionvoidExportStatistic.setExportedRows(Map<Table, Long> exportedRows) Sets number of exported rows per table. -
Uses of Table in net.sf.jailer.util
Fields in net.sf.jailer.util declared as TableMethods in net.sf.jailer.util that return types with arguments of type TableModifier and TypeMethodDescriptionCycleFinder.getCycle(Collection<Table> tables) Gets set of all tables involved in a cycle.SqlUtil.readTableList(CsvFile tableFile, DataModel dataModel, Map<String, String> sourceSchemaMapping) Reads a table-list from CSV-file.Methods in net.sf.jailer.util with parameters of type TableModifier and TypeMethodDescriptionstatic StringSqlUtil.columnLabel(Quoting quoting, Session session, DBMS targetDBMSConfiguration, Table table, String columnLabel) Gets the properly quoted column label for use in a SQL statement.static StringQuoting.unquotedTableName(Table t, ExecutionContext executionContext) Gets unquoted qualified table name.Method parameters in net.sf.jailer.util with type arguments of type TableModifier and TypeMethodDescriptionvoidFills a list with all tables along this path.static Collection<CycleFinder.Path> CycleFinder.findCycle(DataModel dataModel, Collection<Table> tables, boolean findExact, Long timeout, CycleFinder.CycleConsumer cycleConsumer) Finds all dependency cycles in a data model.CycleFinder.getCycle(Collection<Table> tables) Gets set of all tables involved in a cycle.PrintUtil.tableSetAsString(Set<Table> tables) Converts a set of tables into a string.PrintUtil.tableSetAsString(Set<Table> tables, String linePrefix) Converts a set of tables into a string. -
Uses of Table in net.sf.jailer.xml
Methods in net.sf.jailer.xml with parameters of type TableModifier and TypeMethodDescriptionXmlExportTransformer.getTableMapping(Table table) Gets the xml mapping for a table.voidSets the table to read from.Constructors in net.sf.jailer.xml with parameters of type TableModifierConstructorDescriptionXmlWritingNodeVisitor(ResultSet resultSet, ResultSetMetaData resultSetMetaData, Table table, Association association, Session session) Constructor.Constructor parameters in net.sf.jailer.xml with type arguments of type TableModifierConstructorDescriptionXmlExportTransformer(OutputStream out, String commentHeader, EntityGraph entityGraph, Set<Table> totalProgress, Set<Table> cyclicAggregatedTables, String rootTag, String datePattern, String timestampPattern, Session session, ScriptFormat scriptFormat, Charset charset, ExecutionContext executionContext) Constructor.