public interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hibernate.persister.walking.spi.EntityIdentifierDefinition
super_class: java.lang.Object
{
public abstract boolean isEncapsulated();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.hibernate.persister.walking.spi.EntityDefinition getEntityDefinition();
descriptor: ()Lorg/hibernate/persister/walking/spi/EntityDefinition;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "EntityIdentifierDefinition.java"