com.agimatec.dbtransform.ejb3
Class Ejb3RelationshipOneToMany
java.lang.Object
com.agimatec.dbtransform.ejb3.Ejb3Prototype
com.agimatec.dbtransform.ejb3.Ejb3Relationship
com.agimatec.dbtransform.ejb3.Ejb3RelationshipOneToMany
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Ejb3RelationshipManyToMany
public class Ejb3RelationshipOneToMany
- extends Ejb3Relationship
Description:
User: roman.stumm
Date: 04.07.2007
Time: 15:45:14
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 |
Ejb3RelationshipOneToMany
public Ejb3RelationshipOneToMany(ForeignKeyDescription foreignKey)
- Parameters:
foreignKey - - fk of OTHER side
generate
public void generate(Ejb3Schema schema)
- Overrides:
generate in class Ejb3Relationship
isMapped
public boolean isMapped()
- Overrides:
isMapped in class Ejb3Relationship
getMappedByRelationship
public Ejb3Relationship getMappedByRelationship()
setMappedByRelationship
public void setMappedByRelationship(Ejb3Relationship mappedByRelationship)
getType
public String getType()
- Overrides:
getType in class Ejb3Relationship
getJavaType
public String getJavaType()
- Overrides:
getJavaType in class Ejb3Relationship
isToMany
public boolean isToMany()
- Overrides:
isToMany in class Ejb3Relationship
Copyright © 2008-2012. All Rights Reserved.