public interface org.hibernate.metamodel.domain.SingularAttribute extends org.hibernate.metamodel.domain.Attribute
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hibernate.metamodel.domain.SingularAttribute
super_class: java.lang.Object
{
public abstract org.hibernate.metamodel.domain.Type getSingularAttributeType();
descriptor: ()Lorg/hibernate/metamodel/domain/Type;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isTypeResolved();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void resolveType(org.hibernate.metamodel.domain.Type);
descriptor: (Lorg/hibernate/metamodel/domain/Type;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
type
}
SourceFile: "SingularAttribute.java"