public class AffectedEntities
extends java.lang.Object
The entities and tables given by an instance passed to
createNativeQuery() must be synchronized with the database
before execution of the query.
| Constructor and Description |
|---|
AffectedEntities(java.lang.Class<?>... queryEntities) |
AffectedEntities(java.lang.String... queryTables) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
getAffectedEntities() |
java.lang.String[] |
getAffectedSpaces(org.hibernate.engine.spi.SessionFactoryImplementor factory) |
java.lang.String[] |
getAffectedTables() |