public class AffectedEntities extends 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(Class<?>... queryEntities) |
AffectedEntities(String... queryTables) |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getAffectedEntities() |
String[] |
getAffectedSpaces(org.hibernate.engine.spi.SessionFactoryImplementor factory) |
String[] |
getAffectedTables() |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.