Uses of Interface
org.hibernate.query.SynchronizeableQuery
-
Packages that use SynchronizeableQuery Package Description org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query 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 interface
ProcedureCall
Defines 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 class
ProcedureCallImpl<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 interface
ProcedureCallImplementor<R>
-
Uses of SynchronizeableQuery in org.hibernate.query
Subinterfaces of SynchronizeableQuery in org.hibernate.query Modifier and Type Interface Description interface
NativeQuery<T>
Represents a native (SQL) query.Methods in org.hibernate.query that return SynchronizeableQuery Modifier and Type Method Description SynchronizeableQuery
SynchronizeableQuery. addSynchronizedEntityClass(Class<?> entityClass)
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.SynchronizeableQuery
SynchronizeableQuery. addSynchronizedEntityName(String entityName)
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.SynchronizeableQuery
SynchronizeableQuery. 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 class
NativeQueryImpl<R>
-
Uses of SynchronizeableQuery in org.hibernate.query.sql.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.query.sql.spi Modifier and Type Interface Description interface
NativeQueryImplementor<R>
-