org.tranql.sql
Class EndTable

java.lang.Object
  extended byorg.tranql.abstractschema.AbstractAssociationEnd
      extended byorg.tranql.sql.EndTable
All Implemented Interfaces:
AssociationEnd, java.io.Serializable

public class EndTable
extends AbstractAssociationEnd

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
EndTable(java.lang.String name, Table table, boolean isSingle, boolean isCascadeDelete, JoinTable joinTable, boolean isVirtual, boolean isOnPKSide)
           
 
Methods inherited from class org.tranql.abstractschema.AbstractAssociationEnd
getAssociation, getEntity, getName, hasFKAttribute, isCascadeDelete, isManyToMany, isManyToOne, isMulti, isOneToMany, isOneToOne, isOnPKSide, isSingle, isVirtual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndTable

public EndTable(java.lang.String name,
                Table table,
                boolean isSingle,
                boolean isCascadeDelete,
                JoinTable joinTable,
                boolean isVirtual,
                boolean isOnPKSide)


Copyright © -2006 The Codehaus. All Rights Reserved.