net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm
Interface SecondaryTable

All Known Implementing Classes:
SecondaryTableImpl

public interface SecondaryTable


Method Summary
 String getCatalog()
          Gets the value of the catalog property.
 String getName()
          Gets the value of the name property.
 PrimaryKeyJoinColumn[] getPrimaryKeyJoinColumn()
           
 PrimaryKeyJoinColumn getPrimaryKeyJoinColumn(int idx)
           
 int getPrimaryKeyJoinColumnLength()
           
 String getSchema()
          Gets the value of the schema property.
 UniqueConstraint[] getUniqueConstraint()
           
 UniqueConstraint getUniqueConstraint(int idx)
           
 int getUniqueConstraintLength()
           
 void setCatalog(String value)
          Sets the value of the catalog property.
 void setName(String value)
          Sets the value of the name property.
 PrimaryKeyJoinColumn setPrimaryKeyJoinColumn(int idx, PrimaryKeyJoinColumn value)
           
 void setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
           
 void setSchema(String value)
          Sets the value of the schema property.
 UniqueConstraint setUniqueConstraint(int idx, UniqueConstraint value)
           
 void setUniqueConstraint(UniqueConstraint[] values)
           
 

Method Detail

getPrimaryKeyJoinColumn

PrimaryKeyJoinColumn[] getPrimaryKeyJoinColumn()
Returns:
array of PrimaryKeyJoinColumn

getPrimaryKeyJoinColumn

PrimaryKeyJoinColumn getPrimaryKeyJoinColumn(int idx)
Returns:
one of PrimaryKeyJoinColumn

getPrimaryKeyJoinColumnLength

int getPrimaryKeyJoinColumnLength()

setPrimaryKeyJoinColumn

void setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
Parameters:
values - allowed objects are PrimaryKeyJoinColumn

setPrimaryKeyJoinColumn

PrimaryKeyJoinColumn setPrimaryKeyJoinColumn(int idx,
                                             PrimaryKeyJoinColumn value)
Parameters:
value - allowed object is PrimaryKeyJoinColumn

getUniqueConstraint

UniqueConstraint[] getUniqueConstraint()
Returns:
array of UniqueConstraint

getUniqueConstraint

UniqueConstraint getUniqueConstraint(int idx)
Returns:
one of UniqueConstraint

getUniqueConstraintLength

int getUniqueConstraintLength()

setUniqueConstraint

void setUniqueConstraint(UniqueConstraint[] values)
Parameters:
values - allowed objects are UniqueConstraint

setUniqueConstraint

UniqueConstraint setUniqueConstraint(int idx,
                                     UniqueConstraint value)
Parameters:
value - allowed object is UniqueConstraint

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCatalog

String getCatalog()
Gets the value of the catalog property.

Returns:
possible object is String

setCatalog

void setCatalog(String value)
Sets the value of the catalog property.

Parameters:
value - allowed object is String

getSchema

String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

void setSchema(String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.