org.codehaus.groovy.grails.orm.hibernate.cfg
Class GrailsDomainBinder.CollectionType
java.lang.Object
org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder.CollectionType
- Enclosing class:
- GrailsDomainBinder
abstract static class GrailsDomainBinder.CollectionType
- extends Object
A Collection type, for the moment only Set is supported
- Author:
- Graeme
GrailsDomainBinder.CollectionType
GrailsDomainBinder.CollectionType(Class clazz)
create
public abstract org.hibernate.mapping.Collection create(GrailsDomainClassProperty property,
org.hibernate.mapping.PersistentClass owner,
String path,
org.hibernate.cfg.Mappings mappings)
throws org.hibernate.MappingException
- Throws:
org.hibernate.MappingException
toString
public String toString()
- Overrides:
toString
in class Object
collectionTypeForClass
public static GrailsDomainBinder.CollectionType collectionTypeForClass(Class clazz)
Copyright (c) 2005-2009 The Grails project