All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.killbill.billing.invoice.dao.InvoiceParentChildrenSqlDao.sql.stg Maven / Gradle / Ivy

There is a newer version: 0.24.12
Show newest version
group InvoiceParentChildrenSqlDao: EntitySqlDao;

tableName() ::= "invoice_parent_children"

tableFields(prefix) ::= <<
  parent_invoice_id
, child_invoice_id
, child_account_id
, created_by
, created_date
>>

allTableFields(prefix) ::= <<
  record_id
, 
>>

tableValues() ::= <<
  :parentInvoiceId
, :childInvoiceId
, :childAccountId
, :createdBy
, :createdDate
>>

allTableValues() ::= <<
  :recordId
, 
>>

getChildInvoicesByParentInvoiceId() ::= <<
   SELECT 
     FROM 
    WHERE parent_invoice_id = :parentInvoiceId
    
    
 >>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy