public interface org.hibernate.type.TypeFactory$TypeScope extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.type.TypeFactory$TypeScope
  super_class: java.lang.Object
{
  public abstract org.hibernate.type.spi.TypeConfiguration getTypeConfiguration();
    descriptor: ()Lorg/hibernate/type/spi/TypeConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TypeFactory.java"
NestHost: org.hibernate.type.TypeFactory
InnerClasses:
  public abstract TypeScope = org.hibernate.type.TypeFactory$TypeScope of org.hibernate.type.TypeFactory
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()