@groovy.transform.CompileStatic class HibernateDatastoreFactoryBean<T extends AbstractHibernateDatastore> extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.context.ApplicationContextAware
Helper for constructing the datastore
Type | Name and description |
---|---|
org.springframework.context.ApplicationContext |
applicationContext |
Constructor and description |
---|
HibernateDatastoreFactoryBean(java.lang.Class<T> objectType, MappingContext mappingContext, org.hibernate.SessionFactory sessionFactory, org.springframework.core.env.PropertyResolver configuration, java.lang.String dataSourceName) |
Type Params | Return Type | Name and description |
---|---|---|
|
T |
getObject() |
|
java.lang.Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
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