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

com.ning.billing.bus.dao.PersistentBusSqlDao.sql.stg Maven / Gradle / Ivy

The newest version!
group PersistentBusSqlDao: BaseSqlDao;

extraFieldsWithComma() ::= <<
>>


extraValuesWithComma() ::= <<
>>


readyWhereClause() ::= <<
    processing_state != 'PROCESSED'
    and processing_state != 'REMOVED'
    and (processing_owner IS NULL OR processing_available_date \<= :now)
>>

readyOrderByClause() ::= <<
    record_id asc
>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy