|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.grails.datastore.gorm.GormEnhancer
org.codehaus.groovy.grails.orm.hibernate.HibernateGormEnhancer
class HibernateGormEnhancer extends org.grails.datastore.gorm.GormEnhancer
Extended GORM Enhancer that fills out the remaining GORM for Hibernate methods and implements string-based query support via HQL.
| Field Summary |
|---|
| Fields inherited from class org.grails.datastore.gorm.GormEnhancer | |
|---|---|
| __timeStamp, __timeStamp__239_neverHappen1311797516686 |
| Constructor Summary | |
HibernateGormEnhancer(HibernateDatastore datastore, org.springframework.transaction.PlatformTransactionManager transactionManager, GrailsApplication grailsApplication)
|
|
| Method Summary | |
|---|---|
static java.util.List
|
createPersistentMethods(GrailsApplication grailsApplication, org.hibernate.SessionFactory sessionFactory, java.lang.ClassLoader classLoader)
|
protected org.grails.datastore.gorm.GormInstanceApi
|
getInstanceApi(java.lang.Class cls)
|
protected org.grails.datastore.gorm.GormStaticApi
|
getStaticApi(java.lang.Class cls)
|
protected org.grails.datastore.gorm.GormValidationApi
|
getValidationApi(java.lang.Class cls)
|
protected void
|
registerNamedQueries(org.grails.datastore.mapping.model.PersistentEntity entity, java.lang.Object namedQueries)
|
| Methods inherited from class org.grails.datastore.gorm.GormEnhancer | |
|---|---|
| org.grails.datastore.gorm.GormEnhancer#setProperty(java.lang.String, java.lang.Object), org.grails.datastore.gorm.GormEnhancer#getProperty(java.lang.String), org.grails.datastore.gorm.GormEnhancer#getMetaClass(), org.grails.datastore.gorm.GormEnhancer#this, org.grails.datastore.gorm.GormEnhancer#this, org.grails.datastore.gorm.GormEnhancer#this, org.grails.datastore.gorm.GormEnhancer#setMetaClass(groovy.lang.MetaClass), org.grails.datastore.gorm.GormEnhancer#invokeMethod(java.lang.String, java.lang.Object), org.grails.datastore.gorm.GormEnhancer#__, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#super, org.grails.datastore.gorm.GormEnhancer#getDatastore(), org.grails.datastore.gorm.GormEnhancer#getTransactionManager(), org.grails.datastore.gorm.GormEnhancer#setTransactionManager(org.springframework.transaction.PlatformTransactionManager), org.grails.datastore.gorm.GormEnhancer#enhance(boolean), org.grails.datastore.gorm.GormEnhancer#enhance(), org.grails.datastore.gorm.GormEnhancer#enhance(org.grails.datastore.mapping.model.PersistentEntity), org.grails.datastore.gorm.GormEnhancer#enhance(org.grails.datastore.mapping.model.PersistentEntity, boolean), org.grails.datastore.gorm.GormEnhancer#setDatastore(org.grails.datastore.mapping.core.Datastore), org.grails.datastore.gorm.GormEnhancer#getFinders(), org.grails.datastore.gorm.GormEnhancer#setFinders(java.util.List), org.grails.datastore.gorm.GormEnhancer#this, org.grails.datastore.gorm.GormEnhancer#wait(), org.grails.datastore.gorm.GormEnhancer#wait(long), org.grails.datastore.gorm.GormEnhancer#wait(long, int), org.grails.datastore.gorm.GormEnhancer#equals(java.lang.Object), org.grails.datastore.gorm.GormEnhancer#toString(), org.grails.datastore.gorm.GormEnhancer#hashCode(), org.grails.datastore.gorm.GormEnhancer#getClass(), org.grails.datastore.gorm.GormEnhancer#notify(), org.grails.datastore.gorm.GormEnhancer#notifyAll() |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
| Constructor Detail |
|---|
HibernateGormEnhancer(HibernateDatastore datastore, org.springframework.transaction.PlatformTransactionManager transactionManager, GrailsApplication grailsApplication)
| Method Detail |
|---|
static java.util.List createPersistentMethods(GrailsApplication grailsApplication, org.hibernate.SessionFactory sessionFactory, java.lang.ClassLoader classLoader)
@Override
@SuppressWarnings("unchecked")
protected org.grails.datastore.gorm.GormInstanceApi getInstanceApi(java.lang.Class cls)
@Override
@SuppressWarnings("unchecked")
protected org.grails.datastore.gorm.GormStaticApi getStaticApi(java.lang.Class cls)
@SuppressWarnings("unchecked")
protected org.grails.datastore.gorm.GormValidationApi getValidationApi(java.lang.Class cls)
@Override protected void registerNamedQueries(org.grails.datastore.mapping.model.PersistentEntity entity, java.lang.Object namedQueries)
Groovy Documentation