|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.LocalSessionFactoryBean
com.rapidtransform.core.meta.service.MetaSessionFactory
public class MetaSessionFactory
The MetaSessionFactory enhances the Hibernate Configuration to include definitions for the meta information defined in the MetaModel. This factory extends the Spring LocalSessionFactoryBean by adding post processing on the Configuration.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
MetaSessionFactory()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,Namespace> |
getMetaEntities()
|
MetaService |
getMetaService()
|
void |
setMetaEntities(java.util.Map<java.lang.String,Namespace> metaEntities)
|
void |
setMetaService(MetaService metaService)
|
Methods inherited from class org.springframework.orm.hibernate3.LocalSessionFactoryBean |
---|
afterPropertiesSet, createDatabaseSchema, destroy, dropDatabaseSchema, getConfigTimeDataSource, getConfigTimeLobHandler, getConfigTimeTransactionManager, getConfiguration, getObject, getObjectType, isSingleton, setCacheableMappingLocations, setCollectionCacheStrategies, setConfigLocation, setConfigurationClass, setDataSource, setEntityCacheStrategies, setEntityInterceptor, setEventListeners, setExposeTransactionAwareSessionFactory, setFilterDefinitions, setHibernateProperties, setJtaTransactionManager, setLobHandler, setMappingDirectoryLocations, setMappingJarLocations, setMappingLocations, setMappingResources, setNamingStrategy, setSchemaUpdate, setTypeDefinitions, setUseTransactionAwareDataSource, updateDatabaseSchema |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.apache.commons.logging.Log log
Constructor Detail |
---|
public MetaSessionFactory()
Method Detail |
---|
public java.util.Map<java.lang.String,Namespace> getMetaEntities()
public void setMetaEntities(java.util.Map<java.lang.String,Namespace> metaEntities)
metaEntities
- The metaEntities to set.public MetaService getMetaService()
public void setMetaService(MetaService metaService)
metaService
- The metaService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |