@groovy.transform.CompileStatic class DefaultMappingContextFactoryBean extends java.lang.Object implements FactoryBean<MappingContext>, InitializingBean
A factory bean for creating the default mapping context where an implementation of GORM is not present
Modifiers | Name | Description |
---|---|---|
protected ApplicationContext |
applicationContext |
|
protected MessageSource |
messageSource |
Type | Name and description |
---|---|
PropertyResolver |
configuration |
java.util.List<ConstraintFactory> |
constraintFactories |
GrailsApplication |
grailsApplication |
Constructor and description |
---|
DefaultMappingContextFactoryBean(GrailsApplication grailsApplication, MessageSource messageSource) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterPropertiesSet() |
|
MappingContext |
getObject() |
|
java.lang.Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |
Groovy Documentation