com.agimatec.dbtransform.ejb3
Class Ejb3RelationshipManyToMany
java.lang.Object
com.agimatec.dbtransform.ejb3.Ejb3Prototype
com.agimatec.dbtransform.ejb3.Ejb3Relationship
com.agimatec.dbtransform.ejb3.Ejb3RelationshipOneToMany
com.agimatec.dbtransform.ejb3.Ejb3RelationshipManyToMany
- All Implemented Interfaces:
- Serializable
public class Ejb3RelationshipManyToMany
- extends Ejb3RelationshipOneToMany
Description:
User: roman.stumm
Date: 04.07.2007
Time: 16:24:44
Copyright: Agimatec GmbH
- See Also:
- Serialized Form
| Methods inherited from class com.agimatec.dbtransform.ejb3.Ejb3Relationship |
getAttributeName, getColumn, getForeignKey, getGetter, getRefColumn, getSetter, getTargetType, isOneToOne, isOptional, isPrimaryKeyJoin, setOneToOne, setOptional, toString |
Ejb3RelationshipManyToMany
public Ejb3RelationshipManyToMany(ForeignKeyDescription thisForeignKey,
ForeignKeyDescription foreignKey)
- Parameters:
foreignKey - - fk of OTHER side
getOtherForeignKey
public ForeignKeyDescription getOtherForeignKey()
generate
public void generate(Ejb3Schema schema)
- Overrides:
generate in class Ejb3RelationshipOneToMany
getType
public String getType()
- Overrides:
getType in class Ejb3RelationshipOneToMany
Copyright © 2008-2012. All Rights Reserved.