public class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl extends org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig implements org.hibernate.cache.cfg.spi.EntityDataCachingConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
  super_class: org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
{
  private final org.hibernate.metamodel.model.domain.NavigableRole navigableRole;
    descriptor: Lorg/hibernate/metamodel/model/domain/NavigableRole;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.function.Supplier<java.util.Comparator> versionComparatorAccess;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Supplier<Ljava/util/Comparator;>;

  private final boolean isEntityMutable;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<org.hibernate.metamodel.model.domain.NavigableRole> cachedTypes;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/hibernate/metamodel/model/domain/NavigableRole;>;

  public void <init>(org.hibernate.metamodel.model.domain.NavigableRole, java.util.function.Supplier<java.util.Comparator>, boolean, org.hibernate.cache.spi.access.AccessType);
    descriptor: (Lorg/hibernate/metamodel/model/domain/NavigableRole;Ljava/util/function/Supplier;ZLorg/hibernate/cache/spi/access/AccessType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
        start local 1 // org.hibernate.metamodel.model.domain.NavigableRole rootEntityName
        start local 2 // java.util.function.Supplier versionComparatorAccess
        start local 3 // boolean isEntityMutable
        start local 4 // org.hibernate.cache.spi.access.AccessType accessType
         0: .line 37
            aload 0 /* this */
            aload 4 /* accessType */
            invokespecial org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig.<init>:(Lorg/hibernate/cache/spi/access/AccessType;)V
         1: .line 30
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.cachedTypes:Ljava/util/Set;
         2: .line 38
            aload 0 /* this */
            aload 1 /* rootEntityName */
            putfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.navigableRole:Lorg/hibernate/metamodel/model/domain/NavigableRole;
         3: .line 39
            aload 0 /* this */
            aload 2 /* versionComparatorAccess */
            putfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.versionComparatorAccess:Ljava/util/function/Supplier;
         4: .line 40
            aload 0 /* this */
            iload 3 /* isEntityMutable */
            putfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.isEntityMutable:Z
         5: .line 41
            return
        end local 4 // org.hibernate.cache.spi.access.AccessType accessType
        end local 3 // boolean isEntityMutable
        end local 2 // java.util.function.Supplier versionComparatorAccess
        end local 1 // org.hibernate.metamodel.model.domain.NavigableRole rootEntityName
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    6     0                     this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;
            0    6     1           rootEntityName  Lorg/hibernate/metamodel/model/domain/NavigableRole;
            0    6     2  versionComparatorAccess  Ljava/util/function/Supplier<Ljava/util/Comparator;>;
            0    6     3          isEntityMutable  Z
            0    6     4               accessType  Lorg/hibernate/cache/spi/access/AccessType;
    Signature: (Lorg/hibernate/metamodel/model/domain/NavigableRole;Ljava/util/function/Supplier<Ljava/util/Comparator;>;ZLorg/hibernate/cache/spi/access/AccessType;)V
    MethodParameters:
                         Name  Flags
      rootEntityName           
      versionComparatorAccess  
      isEntityMutable          
      accessType               

  public java.util.function.Supplier<java.util.Comparator> getVersionComparatorAccess();
    descriptor: ()Ljava/util/function/Supplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
         0: .line 45
            aload 0 /* this */
            getfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.versionComparatorAccess:Ljava/util/function/Supplier;
            areturn
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;
    Signature: ()Ljava/util/function/Supplier<Ljava/util/Comparator;>;

  public boolean isMutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
         0: .line 50
            aload 0 /* this */
            getfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.isEntityMutable:Z
            ireturn
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;

  public boolean isVersioned();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
         0: .line 55
            aload 0 /* this */
            invokevirtual org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.getVersionComparatorAccess:()Ljava/util/function/Supplier;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;

  public org.hibernate.metamodel.model.domain.NavigableRole getNavigableRole();
    descriptor: ()Lorg/hibernate/metamodel/model/domain/NavigableRole;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
         0: .line 60
            aload 0 /* this */
            getfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.navigableRole:Lorg/hibernate/metamodel/model/domain/NavigableRole;
            areturn
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;

  public java.util.Set<org.hibernate.metamodel.model.domain.NavigableRole> getCachedTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
         0: .line 65
            aload 0 /* this */
            getfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.cachedTypes:Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;
    Signature: ()Ljava/util/Set<Lorg/hibernate/metamodel/model/domain/NavigableRole;>;

  public void addCachedType(org.hibernate.metamodel.model.domain.NavigableRole);
    descriptor: (Lorg/hibernate/metamodel/model/domain/NavigableRole;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
        start local 1 // org.hibernate.metamodel.model.domain.NavigableRole typeRole
         0: .line 69
            aload 0 /* this */
            getfield org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl.cachedTypes:Ljava/util/Set;
            aload 1 /* typeRole */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 70
            return
        end local 1 // org.hibernate.metamodel.model.domain.NavigableRole typeRole
        end local 0 // org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/cache/cfg/internal/EntityDataCachingConfigImpl;
            0    2     1  typeRole  Lorg/hibernate/metamodel/model/domain/NavigableRole;
    MethodParameters:
          Name  Flags
      typeRole  
}
SourceFile: "EntityDataCachingConfigImpl.java"