public interface SessionFactory extends Factory<SessionContext,Session>
| 限定符和类型 | 方法和说明 |
|---|---|
Session |
get(SessionContext ctx) |
SessionIdGenerator<SessionContext> |
getIdGenerator() |
void |
setIdGenerator(SessionIdGenerator<SessionContext> idGenerator) |
Session get(SessionContext ctx)
get 在接口中 Factory<SessionContext,Session>get 在接口中 Supplier<SessionContext,Session>SessionIdGenerator<SessionContext> getIdGenerator()
void setIdGenerator(SessionIdGenerator<SessionContext> idGenerator)
Copyright © 2021. All rights reserved.