Interface SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>

  • All Superinterfaces:
    java.io.Serializable
    Enclosing interface:
    SessionFactoryImplementor

    public static interface SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>
    extends java.io.Serializable
    Contract for resolving this SessionFactory on deserialization
    • Method Detail

      • resolve

        T resolve()