Uses of Interface
org.hibernate.query.SynchronizeableQuery
Packages that use SynchronizeableQuery
Package
Description
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Uses of SynchronizeableQuery in org.hibernate.procedure
Subinterfaces of SynchronizeableQuery in org.hibernate.procedureModifier and TypeInterfaceDescriptioninterface
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 -
Uses of SynchronizeableQuery in org.hibernate.procedure.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.procedure.spi -
Uses of SynchronizeableQuery in org.hibernate.query
Subinterfaces of SynchronizeableQuery in org.hibernate.queryModifier and TypeInterfaceDescriptioninterface
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 SynchronizeableQueryModifier and TypeMethodDescriptionSynchronizeableQuery.addSynchronizedEntityClass
(Class<?> entityClass) Add all query spaces associated with the entity with the given type.SynchronizeableQuery.addSynchronizedEntityName
(String entityName) Add all query spaces associated with the entity with the given names.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 -
Uses of SynchronizeableQuery in org.hibernate.query.sql.spi
Subinterfaces of SynchronizeableQuery in org.hibernate.query.sql.spi