public interface org.hibernate.type.CompositeType extends org.hibernate.type.Type
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.type.CompositeType
  super_class: java.lang.Object
{
  public abstract org.hibernate.type.Type[] getSubtypes();
    descriptor: ()[Lorg/hibernate/type/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String[] getPropertyNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean[] getPropertyNullability();
    descriptor: ()[Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object[] getPropertyValues(java.lang.Object, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionImplementor;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      component  
      session    

  public abstract java.lang.Object[] getPropertyValues(java.lang.Object, org.hibernate.EntityMode);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/EntityMode;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      component   
      entityMode  

  public abstract java.lang.Object getPropertyValue(java.lang.Object, int, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/engine/spi/SessionImplementor;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      component  
      index      
      session    

  public abstract void setPropertyValues(java.lang.Object, java.lang.Object[], org.hibernate.EntityMode);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;Lorg/hibernate/EntityMode;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      component   
      values      
      entityMode  

  public abstract org.hibernate.engine.spi.CascadeStyle getCascadeStyle(int);
    descriptor: (I)Lorg/hibernate/engine/spi/CascadeStyle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract org.hibernate.FetchMode getFetchMode(int);
    descriptor: (I)Lorg/hibernate/FetchMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract boolean isMethodOf(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  

  public abstract boolean isEmbedded();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CompositeType.java"