Package org.hibernate.reactive.common
Class AffectedEntities
java.lang.Object
org.hibernate.reactive.common.AffectedEntities
A description of the entities and tables affected by a native query.
The entities and tables given by an instance passed to
createNativeQuery()
must be synchronized with the database
before execution of the query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]
String[]
getAffectedSpaces
(org.hibernate.engine.spi.SessionFactoryImplementor factory) String[]
-
Constructor Details
-
AffectedEntities
-
-
Method Details
-
getAffectedTables
-
getAffectedEntities
-
getAffectedSpaces
-