@FunctionalInterface
public interface SessionFactoryLocator<F>
SessionFactory based on some key.| Modifier and Type | Method and Description |
|---|---|
SessionFactory<F> |
getSessionFactory(java.lang.Object key)
Return a
SessionFactory for the key. |
SessionFactory<F> getSessionFactory(java.lang.Object key)
SessionFactory for the key.key - the key.