Class 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 Detail

      • AffectedEntities

        public AffectedEntities​(Class<?>... queryEntities)
      • AffectedEntities

        public AffectedEntities​(String... queryTables)