Groovy Documentation

org.codehaus.groovy.grails.orm.hibernate.cfg
[Groovy] Class JoinTable

java.lang.Object
  org.codehaus.groovy.grails.orm.hibernate.cfg.JoinTable

class JoinTable
extends java.lang.Object

Represents a Join table in Grails mapping. It has a name which represents the name of the table, a key for the primary key and a column which is the other side of the join.

Authors:
Graeme Rocher
Since:
1.0


Property Summary
java.lang.String catalog

ColumnConfig column

ColumnConfig key

java.lang.String name

java.lang.String schema

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

catalog

java.lang.String catalog


column

ColumnConfig column


key

ColumnConfig key


name

java.lang.String name


schema

java.lang.String schema


 

Groovy Documentation