public interface org.hibernate.metamodel.domain.IndexedPluralAttribute extends org.hibernate.metamodel.domain.PluralAttribute
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hibernate.metamodel.domain.IndexedPluralAttribute
super_class: java.lang.Object
{
public abstract org.hibernate.metamodel.domain.Type getIndexType();
descriptor: ()Lorg/hibernate/metamodel/domain/Type;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setIndexType(org.hibernate.metamodel.domain.Type);
descriptor: (Lorg/hibernate/metamodel/domain/Type;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
indexType
}
SourceFile: "IndexedPluralAttribute.java"