public class SynchroJoinMetadata extends Object
#getTableName()
;#getParentJoin()
as a join metadata: used to synchronize data in
DataSynchroService
;#isProtected()
: used by SynchroServiceUtils
for
schemas check.Modifier and Type | Field and Description |
---|---|
protected boolean |
isChild |
protected boolean |
isSourceFk |
protected boolean |
isValid |
protected SynchroColumnMetadata |
sourceColumn |
protected SynchroTableMetadata |
sourceTable |
protected SynchroColumnMetadata |
targetColumn |
protected SynchroTableMetadata |
targetTable |
Constructor and Description |
---|
SynchroJoinMetadata(ResultSet rs,
SynchroTableMetadata table,
SynchroDatabaseMetadata meta) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SynchroColumnMetadata |
getSourceColumn() |
SynchroTableMetadata |
getSourceTable() |
SynchroColumnMetadata |
getTargetColumn() |
SynchroTableMetadata |
getTargetTable() |
int |
hashCode() |
boolean |
isChild() |
boolean |
isValid() |
boolean |
needRemoteIdInterceptor() |
void |
setIsValid(boolean isValid) |
String |
toString() |
protected SynchroTableMetadata sourceTable
protected SynchroColumnMetadata sourceColumn
protected SynchroColumnMetadata targetColumn
protected SynchroTableMetadata targetTable
protected boolean isValid
protected boolean isChild
protected boolean isSourceFk
public SynchroJoinMetadata(ResultSet rs, SynchroTableMetadata table, SynchroDatabaseMetadata meta) throws SQLException
SQLException
public boolean isChild()
public SynchroTableMetadata getTargetTable()
public SynchroColumnMetadata getTargetColumn()
public SynchroTableMetadata getSourceTable()
public SynchroColumnMetadata getSourceColumn()
public boolean isValid()
public void setIsValid(boolean isValid)
public boolean needRemoteIdInterceptor()
Copyright © 2012–2014 IFREMER. All rights reserved.