public interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource extends org.hibernate.boot.model.naming.ImplicitNameSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
  super_class: java.lang.Object
{
  public abstract org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource$Nature getNature();
    descriptor: ()Lorg/hibernate/boot/model/naming/ImplicitJoinColumnNameSource$Nature;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.naming.EntityNaming getEntityNaming();
    descriptor: ()Lorg/hibernate/boot/model/naming/EntityNaming;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.source.spi.AttributePath getAttributePath();
    descriptor: ()Lorg/hibernate/boot/model/source/spi/AttributePath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.naming.Identifier getReferencedTableName();
    descriptor: ()Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.naming.Identifier getReferencedColumnName();
    descriptor: ()Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ImplicitJoinColumnNameSource.java"
NestMembers:
  org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource$Nature
InnerClasses:
  public final Nature = org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource$Nature of org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource