Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
Collection<PrimaryRow> |
RowManagerImpl.getDeletes()
Return all deleted primary rows.
|
Collection<PrimaryRow> |
RowManagerImpl.getInserts()
Return all inserted primary rows.
|
List<PrimaryRow> |
RowManagerImpl.getOrdered()
Return the ordered primary rows.
|
Collection<PrimaryRow> |
RowManagerImpl.getUpdates()
Return all updated primary rows.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.