Class AffectedEntities

java.lang.Object
org.hibernate.reactive.common.AffectedEntities

@Incubating public class AffectedEntities extends Object
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 Details

    • AffectedEntities

      public AffectedEntities(Class<?>... queryEntities)
  • Method Details

    • getAffectedTables

      public String[] getAffectedTables()
    • getAffectedEntities

      public Class<?>[] getAffectedEntities()
    • getAffectedSpaces

      public String[] getAffectedSpaces(org.hibernate.engine.spi.SessionFactoryImplementor factory)