public interface org.hibernate.annotations.Table extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: org.hibernate.annotations.Table
super_class: java.lang.Object
{
public abstract java.lang.String appliesTo();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.hibernate.annotations.Index[] indexes();
descriptor: ()[Lorg/hibernate/annotations/Index;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: {}
public abstract java.lang.String ();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: ""
public abstract org.hibernate.annotations.ForeignKey foreignKey();
descriptor: ()Lorg/hibernate/annotations/ForeignKey;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.hibernate.annotations.ForeignKey(name = "")
public abstract org.hibernate.annotations.FetchMode fetch();
descriptor: ()Lorg/hibernate/annotations/FetchMode;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.hibernate.annotations.FetchMode.JOIN:Lorg/hibernate/annotations/FetchMode;
public abstract boolean inverse();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: false
public abstract boolean optional();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: true
public abstract org.hibernate.annotations.SQLInsert sqlInsert();
descriptor: ()Lorg/hibernate/annotations/SQLInsert;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.hibernate.annotations.SQLInsert(sql = "")
public abstract org.hibernate.annotations.SQLUpdate sqlUpdate();
descriptor: ()Lorg/hibernate/annotations/SQLUpdate;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.hibernate.annotations.SQLUpdate(sql = "")
public abstract org.hibernate.annotations.SQLDelete sqlDelete();
descriptor: ()Lorg/hibernate/annotations/SQLDelete;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.hibernate.annotations.SQLDelete(sql = "")
}
SourceFile: "Table.java"
RuntimeVisibleAnnotations:
java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)