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

All Known Implementing Classes:
OneToManyImpl

public interface OneToMany


Method Summary
 CascadeType getCascade()
          Gets the value of the cascade property.
 FetchType getFetch()
          Gets the value of the fetch property.
 JoinColumn[] getJoinColumn()
           
 JoinColumn getJoinColumn(int idx)
           
 int getJoinColumnLength()
           
 JoinTable getJoinTable()
          Gets the value of the joinTable property.
 MapKey getMapKey()
          Gets the value of the mapKey property.
 String getMappedBy()
          Gets the value of the mappedBy property.
 String getName()
          Gets the value of the name property.
 String getOrderBy()
          Gets the value of the orderBy property.
 String getTargetEntity()
          Gets the value of the targetEntity property.
 void setCascade(CascadeType value)
          Sets the value of the cascade property.
 void setFetch(FetchType value)
          Sets the value of the fetch property.
 JoinColumn setJoinColumn(int idx, JoinColumn value)
           
 void setJoinColumn(JoinColumn[] values)
           
 void setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void setMapKey(MapKey value)
          Sets the value of the mapKey property.
 void setMappedBy(String value)
          Sets the value of the mappedBy property.
 void setName(String value)
          Sets the value of the name property.
 void setOrderBy(String value)
          Sets the value of the orderBy property.
 void setTargetEntity(String value)
          Sets the value of the targetEntity property.
 

Method Detail

getOrderBy

String getOrderBy()
Gets the value of the orderBy property.

Returns:
possible object is String

setOrderBy

void setOrderBy(String value)
Sets the value of the orderBy property.

Parameters:
value - allowed object is String

getMapKey

MapKey getMapKey()
Gets the value of the mapKey property.

Returns:
possible object is MapKey

setMapKey

void setMapKey(MapKey value)
Sets the value of the mapKey property.

Parameters:
value - allowed object is MapKey

getJoinTable

JoinTable getJoinTable()
Gets the value of the joinTable property.

Returns:
possible object is JoinTable

setJoinTable

void setJoinTable(JoinTable value)
Sets the value of the joinTable property.

Parameters:
value - allowed object is 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

getCascade

CascadeType getCascade()
Gets the value of the cascade property.

Returns:
possible object is CascadeType

setCascade

void setCascade(CascadeType value)
Sets the value of the cascade property.

Parameters:
value - allowed object is CascadeType

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

getTargetEntity

String getTargetEntity()
Gets the value of the targetEntity property.

Returns:
possible object is String

setTargetEntity

void setTargetEntity(String value)
Sets the value of the targetEntity property.

Parameters:
value - allowed object is String

getFetch

FetchType getFetch()
Gets the value of the fetch property.

Returns:
possible object is FetchType

setFetch

void setFetch(FetchType value)
Sets the value of the fetch property.

Parameters:
value - allowed object is FetchType

getMappedBy

String getMappedBy()
Gets the value of the mappedBy property.

Returns:
possible object is String

setMappedBy

void setMappedBy(String value)
Sets the value of the mappedBy property.

Parameters:
value - allowed object is String


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