net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
Interface JoinTable
- All Known Implementing Classes:
- JoinTableImpl
public interface JoinTable
getJoinColumn
JoinColumn[] getJoinColumn()
- Returns:
- array of
JoinColumn
getJoinColumn
JoinColumn getJoinColumn(int idx)
- Returns:
- one of
JoinColumn
getJoinColumnLength
int getJoinColumnLength()
setJoinColumn
void setJoinColumn(JoinColumn[] values)
- Parameters:
values - allowed objects are
JoinColumn
setJoinColumn
JoinColumn setJoinColumn(int idx,
JoinColumn value)
- Parameters:
value - allowed object is
JoinColumn
getInverseJoinColumn
JoinColumn[] getInverseJoinColumn()
- Returns:
- array of
JoinColumn
getInverseJoinColumn
JoinColumn getInverseJoinColumn(int idx)
- Returns:
- one of
JoinColumn
getInverseJoinColumnLength
int getInverseJoinColumnLength()
setInverseJoinColumn
void setInverseJoinColumn(JoinColumn[] values)
- Parameters:
values - allowed objects are
JoinColumn
setInverseJoinColumn
JoinColumn setInverseJoinColumn(int idx,
JoinColumn value)
- Parameters:
value - allowed object is
JoinColumn
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.