| Package | Description |
|---|---|
| org.killbill.billing.util.dao |
| Modifier and Type | Method and Description |
|---|---|
RecordIdIdMappings |
RecordIdIdMappingsMapper.map(int index,
java.sql.ResultSet r,
org.skife.jdbi.v2.StatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<RecordIdIdMappings> |
NonEntitySqlDao.getHistoryRecordIdIdMappings(java.lang.String tableName,
java.lang.String historyTableName,
InternalTenantContext context) |
java.lang.Iterable<RecordIdIdMappings> |
NonEntitySqlDao.getHistoryRecordIdIdMappingsForAccountsTable(java.lang.String tableName,
java.lang.String historyTableName,
InternalTenantContext context) |
java.lang.Iterable<RecordIdIdMappings> |
NonEntitySqlDao.getHistoryRecordIdIdMappingsForTablesWithoutAccountRecordId(java.lang.String tableName,
java.lang.String historyTableName,
InternalTenantContext context) |
java.lang.Iterable<RecordIdIdMappings> |
NonEntitySqlDao.getRecordIdIdMappings(java.lang.String tableName,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.Long,java.util.UUID> |
RecordIdIdMappings.toMap(java.lang.Iterable<RecordIdIdMappings> mappings) |
Copyright © 2010-2020. All Rights Reserved.