org.codehaus.gram.hibernate
Class HibernateSupport

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Script
          extended by org.codehaus.gram.GramSupport
              extended by org.codehaus.gram.hibernate.HibernateSupport
All Implemented Interfaces:
groovy.lang.GroovyObject

public abstract class HibernateSupport
extends GramSupport

A useful base class for hiberate based Gram scripts

Version:
$Revision: 1629 $

Constructor Summary
HibernateSupport()
           
HibernateSupport(groovy.lang.Binding binding)
           
 
Method Summary
 ColumnInfo getColumnDetails(org.codehaus.jam.JProperty property)
           
 
Methods inherited from class org.codehaus.gram.GramSupport
annotationValue, annotationValue, booleanValue, capitalize, decapitalize, intValue, stringValue, stringValue
 
Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, println, println, run, run, setBinding, setProperty
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSupport

public HibernateSupport()

HibernateSupport

public HibernateSupport(groovy.lang.Binding binding)
Method Detail

getColumnDetails

public ColumnInfo getColumnDetails(org.codehaus.jam.JProperty property)


Copyright © 2004-2008 The Codehaus. All Rights Reserved.