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 their outputs.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
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>
Within the context of an active session, an instance of this type represents an executable query written in the native SQL dialect of the underlying database.Methods in org.hibernate.query that return SynchronizeableQuery Modifier and Type Method Description SynchronizeableQuery
SynchronizeableQuery. addSynchronizedEntityClass(Class<?> entityClass)
Add all query spaces associated with the entity with the given type.SynchronizeableQuery
SynchronizeableQuery. addSynchronizedEntityName(String entityName)
Add all query spaces associated with the entity with the given names.SynchronizeableQuery
SynchronizeableQuery. addSynchronizedQuerySpace(String querySpace)
Add 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>
-