Interface SessionFactoryConfiguration<DC,MV,AV,SC>
- Type Parameters:
DC- the deployment context typeMV- the session metadata value typeAV- the session attributes value typeSC- the session context type
- All Superinterfaces:
ImmutableSessionFactoryConfiguration<MV,AV>
- All Known Subinterfaces:
SessionFactory<DC,MV, AV, SC>
- All Known Implementing Classes:
CompositeSessionFactory, HotRodSessionFactory
public interface SessionFactoryConfiguration<DC,MV,AV,SC>
extends ImmutableSessionFactoryConfiguration<MV,AV>
The configuration of an immutable session factory.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the session attributes factory.Returns a session context factory.Returns the session meta data factory.Methods inherited from interface ImmutableSessionFactoryConfiguration
getCacheProperties
-
Method Details
-
getSessionMetaDataFactory
SessionMetaDataFactory<MV> getSessionMetaDataFactory()Description copied from interface:ImmutableSessionFactoryConfigurationReturns the session meta data factory.- Specified by:
getSessionMetaDataFactoryin interfaceImmutableSessionFactoryConfiguration<DC,MV> - Returns:
- the session meta data factory.
-
getSessionAttributesFactory
SessionAttributesFactory<DC,AV> getSessionAttributesFactory()Description copied from interface:ImmutableSessionFactoryConfigurationReturns the session attributes factory.- Specified by:
getSessionAttributesFactoryin interfaceImmutableSessionFactoryConfiguration<DC,MV> - Returns:
- the session attributes factory.
-
getSessionContextFactory
-