Uses of Interface
org.hibernate.SynchronizeableQuery
-
Packages that use SynchronizeableQuery Package Description org.hibernate org.hibernate.procedure org.hibernate.procedure.spi org.hibernate.query org.hibernate.query.spi -
-
Uses of SynchronizeableQuery in org.hibernate
Subinterfaces of SynchronizeableQuery in org.hibernate Modifier and Type Interface Description interfaceSQLQuery<T>Deprecated.(since 5.2) useNativeQueryinstead.Methods in org.hibernate that return SynchronizeableQuery Modifier and Type Method Description SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedEntityClass(Class entityClass)Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.default SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedEntityClass(Class<?>... entityClasses)Adds one-or-more entities (by class) whose tables should be added as synchronized spacesSynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedEntityName(String entityName)Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.default SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedEntityName(String... entityNames)Adds one-or-more entities (by name) whose tables should be added as synchronized spacesSynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedQuerySpace(String querySpace)Adds a query space.default SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedQuerySpace(String... querySpaces)Adds one-or-more synchronized spacesdefault SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedTable(String tableExpression)Adds a table expression as a query space.default SynchronizeableQuery<T>SynchronizeableQuery. addSynchronizedTable(String... tableExpressions)Adds one-or-more synchronized table expressions -
Uses of SynchronizeableQuery in org.hibernate.procedure
Subinterfaces of SynchronizeableQuery in org.hibernate.procedure Modifier and Type Interface Description interfaceProcedureCallDefines support for executing database stored procedures and functions -
Uses of SynchronizeableQuery in org.hibernate.procedure.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureCallImplementor<R> -
Uses of SynchronizeableQuery in org.hibernate.query
Subinterfaces of SynchronizeableQuery in org.hibernate.query Modifier and Type Interface Description interfaceNativeQuery<T> -
Uses of SynchronizeableQuery in org.hibernate.query.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.query.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<T>
-