Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.dao.shard.ShardSessionFactoryTargetSource

Packages that use ShardSessionFactoryTargetSource
com.liferay.portal.dao.shard   
com.liferay.portal.dao.shard.advice   
com.liferay.portal.spring.transaction   
 

Uses of ShardSessionFactoryTargetSource in com.liferay.portal.dao.shard
 

Methods in com.liferay.portal.dao.shard that return ShardSessionFactoryTargetSource
 ShardSessionFactoryTargetSource ShardDetector.getShardSessionFactoryTargetSource()
           
 

Constructors in com.liferay.portal.dao.shard with parameters of type ShardSessionFactoryTargetSource
ShardLastSessionRecorderHibernateTransactionManager(ShardSessionFactoryTargetSource shardSessionFactoryTargetSource)
           
 

Uses of ShardSessionFactoryTargetSource in com.liferay.portal.dao.shard.advice
 

Methods in com.liferay.portal.dao.shard.advice that return ShardSessionFactoryTargetSource
 ShardSessionFactoryTargetSource ShardAdvice.getShardSessionFactoryTargetSource()
           
 

Methods in com.liferay.portal.dao.shard.advice with parameters of type ShardSessionFactoryTargetSource
 void ShardAdvice.setShardSessionFactoryTargetSource(ShardSessionFactoryTargetSource shardSessionFactoryTargetSource)
           
 

Uses of ShardSessionFactoryTargetSource in com.liferay.portal.spring.transaction
 

Methods in com.liferay.portal.spring.transaction with parameters of type ShardSessionFactoryTargetSource
static org.springframework.transaction.support.AbstractPlatformTransactionManager TransactionManagerFactory.createTransactionManager(DataSource dataSource, org.hibernate.SessionFactory sessionFactory, ShardSessionFactoryTargetSource shardSessionFactoryTargetSource)
           
 


Liferay 7.0-ce-m3