org.tranql.schema
Interface AssociationEnd
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AbstractAssociationEnd, CMRField, EndSlot, EndTable
public interface AssociationEnd
- extends java.io.Serializable
- Version:
- $Revision: 233 $ $Date: 2005-08-20 05:48:40 +0200 (Sat, 20 Aug 2005) $
getName
java.lang.String getName()
getEntity
Entity getEntity()
getAssociation
Association getAssociation()
isSingle
boolean isSingle()
isMulti
boolean isMulti()
isCascadeDelete
boolean isCascadeDelete()
isVirtual
boolean isVirtual()
isOnPKSide
boolean isOnPKSide()
isOneToOne
boolean isOneToOne()
isOneToMany
boolean isOneToMany()
isManyToOne
boolean isManyToOne()
isManyToMany
boolean isManyToMany()
hasFKAttribute
boolean hasFKAttribute(java.lang.String fkAttribute)
Copyright © -2010 The Codehaus. All Rights Reserved.