Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.kernel.dao.shard.ShardSessionFactoryTargetSource

Packages that use ShardSessionFactoryTargetSource
com.liferay.portal.dao.shard   
com.liferay.portal.dao.shard.advice   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.spring.transaction   
 

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

Classes in com.liferay.portal.dao.shard that implement ShardSessionFactoryTargetSource
 class DefaultShardSessionFactoryTargetSource
           
 

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.kernel.util
 

Methods in com.liferay.portal.kernel.util that return ShardSessionFactoryTargetSource
static ShardSessionFactoryTargetSource InfrastructureUtil.getShardSessionFactoryTargetSource()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type ShardSessionFactoryTargetSource
 void InfrastructureUtil.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-m6