Uses of Interface
org.hibernate.query.SynchronizeableQuery
-
Packages that use SynchronizeableQuery Package Description org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing its outputs.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sql.internal org.hibernate.query.sql.spi -
-
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.internal
Classes in org.hibernate.procedure.internal that implement SynchronizeableQuery Modifier and Type Class Description classProcedureCallImpl<R>Standard implementation ofProcedureCall -
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>Represents a native (SQL) query.Methods in org.hibernate.query that return SynchronizeableQuery Modifier and Type Method Description SynchronizeableQuerySynchronizeableQuery. addSynchronizedEntityClass(Class<?> entityClass)Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.SynchronizeableQuerySynchronizeableQuery. addSynchronizedEntityName(String entityName)Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.SynchronizeableQuerySynchronizeableQuery. addSynchronizedQuerySpace(String querySpace)Adds a query space. -
Uses of SynchronizeableQuery in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement SynchronizeableQuery Modifier and Type Class Description classNativeQueryImpl<R> -
Uses of SynchronizeableQuery in org.hibernate.query.sql.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<R>
-