Class | Description |
---|---|
SynchroColumnMetadata |
Overrides of the
ColumnMetadata with some improvements:
Obtains owner table name SynchroColumnMetadata.getTableName() ;
Obtains linked column (for FK only) SynchroColumnMetadata.getParentJoin() as a join metadata: used to synchronize data in
DataSynchroService ;
Obtains if a column is protected for data import SynchroColumnMetadata.isProtected() : used by SynchroServiceUtils for
schemas check. |
SynchroDatabaseMetadata |
Created on 1/14/14.
|
SynchroJoinMetadata |
Store metadata on a link between two tables.
|
SynchroMetadataUtils |
Useful method around DAO and entities.
|
SynchroTableMetadata |
Overrides of the
TableMetadata with some improvements:
Obtains number of columns via SynchroTableMetadata.getColumnsCount()
Obtains all columns names available via SynchroTableMetadata.getColumnNames()
Obtains primary key column names via SynchroTableMetadata.getPkNames()
And others methods used to synchronize referentials:
Obtains query to update a row of the table (column names order is the one introduced by method
SynchroTableMetadata.getColumnNames() : SynchroTableMetadata.getUpdateQuery()
Obtains query to insert a row in the table (column names order is the one introduced by method
SynchroTableMetadata.getColumnNames() : SynchroTableMetadata.getInsertQuery()
Created on 1/14/14. |
Enum | Description |
---|---|
SynchroTableMetadata.TableInsertStrategy |
Copyright © 2012–2014 IFREMER. All rights reserved.