| Fields inherited from class | Fields |
|---|---|
class AbstractHibernateGormValidationApi |
ARGUMENT_DEEP_VALIDATE, classLoader, datastore, hibernateTemplate |
class GormValidationApi |
ARGUMENT_DEEP_VALIDATE, eventPublisher, hasDatastore, mappingContext |
class AbstractGormApi |
persistentClass, persistentEntity |
class AbstractDatastoreApi |
datastore |
| Constructor and description |
|---|
HibernateGormValidationApi
(java.lang.Class<D> persistentClass, org.grails.orm.hibernate.HibernateDatastore datastore, java.lang.ClassLoader classLoader) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
applyManualFlush(org.hibernate.Session session) |
|
java.lang.Object |
readPreviousFlushMode(org.hibernate.Session session) |
|
void |
restoreFlushMode(org.hibernate.Session session, java.lang.Object previousFlushMode) |
| Methods inherited from class | Name |
|---|---|
class AbstractHibernateGormValidationApi |
applyManualFlush, readPreviousFlushMode, restoreFlushMode, setupErrorsProperty, validate, validate |
class GormValidationApi |
clearErrors, createValidationEvent, getErrors, getValidator, hasErrors, resetErrors, setErrors, setValidator, validate, validate, validate |
class AbstractGormApi |
getExtendedMethods, getMethods, initializeMethods |
class AbstractDatastoreApi |
execute, execute, getDatastore |