public interface io.ebeaninternal.server.core.Persister
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeaninternal.server.core.Persister
  super_class: java.lang.Object
{
  public abstract int merge(io.ebeaninternal.server.deploy.BeanDescriptor<?>, io.ebean.bean.EntityBean, io.ebean.MergeOptions, io.ebeaninternal.api.SpiTransaction);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanDescriptor;Lio/ebean/bean/EntityBean;Lio/ebean/MergeOptions;Lio/ebeaninternal/api/SpiTransaction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebeaninternal/server/deploy/BeanDescriptor<*>;Lio/ebean/bean/EntityBean;Lio/ebean/MergeOptions;Lio/ebeaninternal/api/SpiTransaction;)I
    MethodParameters:
             Name  Flags
      desc         
      entityBean   
      options      
      transaction  

  public abstract void update(io.ebean.bean.EntityBean, io.ebean.Transaction);
    descriptor: (Lio/ebean/bean/EntityBean;Lio/ebean/Transaction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      entityBean  
      t           

  public abstract void insert(io.ebean.bean.EntityBean, io.ebean.Transaction);
    descriptor: (Lio/ebean/bean/EntityBean;Lio/ebean/Transaction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      entityBean  
      t           

  public abstract void save(io.ebean.bean.EntityBean, io.ebean.Transaction);
    descriptor: (Lio/ebean/bean/EntityBean;Lio/ebean/Transaction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      entityBean  
      t           

  public abstract int delete(java.lang.Class<?>, , io.ebean.Transaction, );
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;Lio/ebean/Transaction;Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Object;Lio/ebean/Transaction;Z)I
    MethodParameters:
             Name  Flags
      beanType     
      id           
      transaction  
      permanent    

  public abstract int delete(io.ebean.bean.EntityBean, io.ebean.Transaction, boolean);
    descriptor: (Lio/ebean/bean/EntityBean;Lio/ebean/Transaction;Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      entityBean  
      t           
      permanent   

  public abstract int deleteMany(java.lang.Class<?>, java.util.Collection<?>, io.ebean.Transaction, );
    descriptor: (Ljava/lang/Class;Ljava/util/Collection;Lio/ebean/Transaction;Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Ljava/util/Collection<*>;Lio/ebean/Transaction;Z)I
    MethodParameters:
             Name  Flags
      beanType     
      ids          
      transaction  
      permanent    

  public abstract int deleteByIds(io.ebeaninternal.server.deploy.BeanDescriptor<?>, java.util.List<java.lang.Object>, io.ebean.Transaction, );
    descriptor: (Lio/ebeaninternal/server/deploy/BeanDescriptor;Ljava/util/List;Lio/ebean/Transaction;Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebeaninternal/server/deploy/BeanDescriptor<*>;Ljava/util/List<Ljava/lang/Object;>;Lio/ebean/Transaction;Z)I
    MethodParameters:
             Name  Flags
      descriptor   
      idList       
      transaction  
      permanent    

  public abstract int executeOrmUpdate(io.ebean.Update<?>, io.ebean.Transaction);
    descriptor: (Lio/ebean/Update;Lio/ebean/Transaction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebean/Update<*>;Lio/ebean/Transaction;)I
    MethodParameters:
        Name  Flags
      update  
      t       

  public abstract int executeSqlUpdate(io.ebean.SqlUpdate, io.ebean.Transaction);
    descriptor: (Lio/ebean/SqlUpdate;Lio/ebean/Transaction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      update  
      t       

  public abstract int executeSqlUpdateNow(io.ebeaninternal.api.SpiSqlUpdate, io.ebean.Transaction);
    descriptor: (Lio/ebeaninternal/api/SpiSqlUpdate;Lio/ebean/Transaction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      update  
      t       

  public abstract int executeCallable(io.ebean.CallableSql, io.ebean.Transaction);
    descriptor: (Lio/ebean/CallableSql;Lio/ebean/Transaction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      callable  
      t         

  public abstract <T> java.util.List<T> publish(io.ebean.Query<T>, io.ebean.Transaction);
    descriptor: (Lio/ebean/Query;Lio/ebean/Transaction;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lio/ebean/Query<TT;>;Lio/ebean/Transaction;)Ljava/util/List<TT;>;
    MethodParameters:
             Name  Flags
      query        
      transaction  

  public abstract <T> java.util.List<T> draftRestore(io.ebean.Query<T>, io.ebean.Transaction);
    descriptor: (Lio/ebean/Query;Lio/ebean/Transaction;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lio/ebean/Query<TT;>;Lio/ebean/Transaction;)Ljava/util/List<TT;>;
    MethodParameters:
             Name  Flags
      query        
      transaction  

  public abstract void visitMetrics(io.ebean.meta.MetricVisitor);
    descriptor: (Lio/ebean/meta/MetricVisitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      visitor  

  public abstract void executeOrQueue(io.ebeaninternal.api.SpiSqlUpdate, io.ebeaninternal.api.SpiTransaction, boolean);
    descriptor: (Lio/ebeaninternal/api/SpiSqlUpdate;Lio/ebeaninternal/api/SpiTransaction;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      update  
      t       
      queue   

  public abstract void addToFlushQueue(io.ebeaninternal.api.SpiSqlUpdate, io.ebeaninternal.api.SpiTransaction, int);
    descriptor: (Lio/ebeaninternal/api/SpiSqlUpdate;Lio/ebeaninternal/api/SpiTransaction;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      update  
      t       
      pos     

  public abstract void addBatch(io.ebeaninternal.api.SpiSqlUpdate, io.ebeaninternal.api.SpiTransaction);
    descriptor: (Lio/ebeaninternal/api/SpiSqlUpdate;Lio/ebeaninternal/api/SpiTransaction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      sqlUpdate    
      transaction  

  public abstract int[] executeBatch(io.ebeaninternal.api.SpiSqlUpdate, io.ebeaninternal.api.SpiTransaction);
    descriptor: (Lio/ebeaninternal/api/SpiSqlUpdate;Lio/ebeaninternal/api/SpiTransaction;)[I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      sqlUpdate    
      transaction  
}
SourceFile: "Persister.java"