Package org.hibernate.engine.spi
Interface SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>
-
- All Superinterfaces:
Serializable
- Enclosing interface:
- SessionFactoryImplementor
@Deprecated(since="6.2", forRemoval=true) public static interface SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor> extends Serializable
Deprecated, for removal: This API element is subject to removal in a future version.this is no longer usedContract for resolving this SessionFactory on deserialization
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
resolve()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
resolve
T resolve()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-