public class ParsedRelationship extends Object
Constructor and Description |
---|
ParsedRelationship() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAlterTable() |
Boolean |
getCreateTable() |
String |
getDatasourceMapping() |
String |
getDataSourceName() |
JDBCRelationMetaData.MappingStyle |
getMappingStyle() |
Boolean |
getPrimaryKeyConstraint() |
Boolean |
getReadOnly() |
Integer |
getReadTimeOut() |
String |
getRelationName() |
Boolean |
getRemoveTable() |
List<ParsedRelationshipRole> |
getRoles() |
Boolean |
getRowLocking() |
String |
getTableName() |
List<String> |
getTablePostCreateCmd() |
public String getRelationName()
public JDBCRelationMetaData.MappingStyle getMappingStyle()
public String getDataSourceName()
public String getDatasourceMapping()
public String getTableName()
public Boolean getCreateTable()
public Boolean getRemoveTable()
public Boolean getAlterTable()
public Boolean getRowLocking()
public Boolean getPrimaryKeyConstraint()
public Boolean getReadOnly()
public Integer getReadTimeOut()
public List<ParsedRelationshipRole> getRoles()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.