Interface SessionFactoryConfiguration<DC,MV,AV,SC>

Type Parameters:
DC - the deployment context type
MV - the session metadata value type
AV - the session attributes value type
SC - 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.