Class BaseKey<T>

java.lang.Object
org.hibernate.reactive.context.impl.BaseKey<T>
Type Parameters:
T - the type of object being stored in the Context.
All Implemented Interfaces:
Context.Key<T>

public final class BaseKey<T> extends Object implements Context.Key<T>
Implementation of Context.Key suitable for storing instances of Session or StatelessSession, or really anything at all, in the Vert.x context.
  • Constructor Details

  • Method Details