接口的使用
org.hibernate.query.spi.NativeQueryImplementor
-
使用NativeQueryImplementor的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.internal org.hibernate.query.spi -
-
org.hibernate.engine.spi中NativeQueryImplementor的使用
-
org.hibernate.internal中NativeQueryImplementor的使用
返回NativeQueryImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 NativeQueryImplementorAbstractSharedSessionContract. createNativeQuery(String sqlString)NativeQueryImplementorAbstractSharedSessionContract. createNativeQuery(String sqlString, Class resultClass)NativeQueryImplementorAbstractSharedSessionContract. createNativeQuery(String sqlString, String resultSetMapping)protected <T> NativeQueryImplementorAbstractSharedSessionContract. createNativeQuery(NamedSQLQueryDefinition queryDefinition, Class<T> resultType)NativeQueryImplementorAbstractSharedSessionContract. createSQLQuery(String queryString)NativeQueryImplementorAbstractSharedSessionContract. getNamedNativeQuery(String name)NativeQueryImplementorAbstractSharedSessionContract. getNamedSQLQuery(String name)protected NativeQueryImplementorAbstractSharedSessionContract. getNativeQueryImplementor(String queryString, boolean isOrdinalParameterZeroBased) -
org.hibernate.query.internal中NativeQueryImplementor的使用
实现NativeQueryImplementor的org.hibernate.query.internal中的类 修饰符和类型 类 说明 classNativeQueryImpl<T>返回NativeQueryImplementor的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 NativeQueryImplementor<T>NativeQueryImpl. addEntity(Class entityType)NativeQueryImplementor<T>NativeQueryImpl. addEntity(String entityName)NativeQueryImplementor<T>NativeQueryImpl. addEntity(String tableAlias, Class entityClass)NativeQueryImplementor<T>NativeQueryImpl. addEntity(String tableAlias, Class entityClass, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImpl. addEntity(String tableAlias, String entityName)NativeQueryImplementor<T>NativeQueryImpl. addEntity(String tableAlias, String entityName, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImpl. addJoin(String tableAlias, String path)NativeQueryImplementor<T>NativeQueryImpl. addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)NativeQueryImplementor<T>NativeQueryImpl. addJoin(String tableAlias, String path, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImpl. addQueryHint(String hint)NativeQueryImplementor<T>NativeQueryImpl. addScalar(String columnAlias)NativeQueryImplementor<T>NativeQueryImpl. addScalar(String columnAlias, Type type)NativeQueryImplementor<T>NativeQueryImpl. addSynchronizedEntityClass(Class entityClass)NativeQueryImplementor<T>NativeQueryImpl. addSynchronizedEntityName(String entityName)NativeQueryImplementor<T>NativeQueryImpl. addSynchronizedQuerySpace(String querySpace)NativeQueryImplementor<T>NativeQueryImpl. setCacheable(boolean cacheable)NativeQueryImplementor<T>NativeQueryImpl. setCacheMode(CacheMode cacheMode)NativeQueryImplementor<T>NativeQueryImpl. setCacheRegion(String cacheRegion)NativeQueryImplementorNativeQueryImpl. setCollectionKey(Serializable key)NativeQueryImplementor<T>NativeQueryImpl. setComment(String comment)NativeQueryImplementor<T>NativeQueryImpl. setEntity(int position, Object val)NativeQueryImplementor<T>NativeQueryImpl. setEntity(String name, Object val)NativeQueryImplementor<T>NativeQueryImpl. setFetchSize(int fetchSize)NativeQueryImplementor<T>NativeQueryImpl. setFirstResult(int startPosition)NativeQueryImplementor<T>NativeQueryImpl. setFlushMode(javax.persistence.FlushModeType flushModeType)NativeQueryImplementor<T>NativeQueryImpl. setFlushMode(FlushMode flushMode)NativeQueryImplementor<T>NativeQueryImpl. setHibernateFlushMode(FlushMode flushMode)NativeQueryImplementor<T>NativeQueryImpl. setHint(String hintName, Object value)NativeQueryImplementor<T>NativeQueryImpl. setLockMode(String alias, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImpl. setLockMode(javax.persistence.LockModeType lockModeType)NativeQueryImplementor<T>NativeQueryImpl. setLockOptions(LockOptions lockOptions)NativeQueryImplementor<T>NativeQueryImpl. setMaxResults(int maxResult)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Object value)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Object value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Object value, Type type)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Instant value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, LocalDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, OffsetDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, ZonedDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(int position, Date value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Object value)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Object value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Object value, Type type)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Instant value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, LocalDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, OffsetDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, ZonedDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(String name, Date value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter<Instant> param, Instant value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter<LocalDateTime> param, LocalDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter<OffsetDateTime> param, OffsetDateTime value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter<ZonedDateTime> param, ZonedDateTime value, javax.persistence.TemporalType temporalType)<P> NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter<P> parameter, P value)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter param, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(javax.persistence.Parameter param, Date value, javax.persistence.TemporalType temporalType)<P> NativeQueryImplementor<T>NativeQueryImpl. setParameter(QueryParameter<P> parameter, P value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImpl. setParameter(QueryParameter parameter, Object value)NativeQueryImplementor<T>NativeQueryImpl. setParameter(QueryParameter parameter, Object value, Type type)NativeQueryImplementor<T>NativeQueryImpl. setParameterList(String name, Object[] values)NativeQueryImplementor<T>NativeQueryImpl. setParameterList(String name, Object[] values, Type type)NativeQueryImplementor<T>NativeQueryImpl. setParameterList(String name, Collection values)NativeQueryImplementor<T>NativeQueryImpl. setParameterList(String name, Collection values, Type type)NativeQueryImplementor<T>NativeQueryImpl. setParameterList(QueryParameter parameter, Collection values)NativeQueryImplementor<T>NativeQueryImpl. setProperties(Object bean)NativeQueryImplementor<T>NativeQueryImpl. setProperties(Map map)NativeQueryImplementor<T>NativeQueryImpl. setReadOnly(boolean readOnly)NativeQueryImplementor<T>NativeQueryImpl. setResultTransformer(ResultTransformer transformer)NativeQueryImplementor<T>NativeQueryImpl. setTimeout(int timeout) -
org.hibernate.query.spi中NativeQueryImplementor的使用
返回NativeQueryImplementor的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 NativeQueryImplementor<T>NativeQueryImplementor. addEntity(Class entityType)NativeQueryImplementor<T>NativeQueryImplementor. addEntity(String entityName)NativeQueryImplementor<T>NativeQueryImplementor. addEntity(String tableAlias, Class entityType)NativeQueryImplementor<T>NativeQueryImplementor. addEntity(String tableAlias, Class entityClass, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImplementor. addEntity(String tableAlias, String entityName)NativeQueryImplementor<T>NativeQueryImplementor. addEntity(String tableAlias, String entityName, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImplementor. addJoin(String tableAlias, String path)NativeQueryImplementor<T>NativeQueryImplementor. addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)NativeQueryImplementor<T>NativeQueryImplementor. addJoin(String tableAlias, String path, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImplementor. addQueryHint(String hint)NativeQueryImplementor<T>NativeQueryImplementor. addScalar(String columnAlias)NativeQueryImplementor<T>NativeQueryImplementor. addScalar(String columnAlias, Type type)NativeQueryImplementor<T>NativeQueryImplementor. addSynchronizedEntityClass(Class entityClass)NativeQueryImplementor<T>NativeQueryImplementor. addSynchronizedEntityName(String entityName)NativeQueryImplementor<T>NativeQueryImplementor. addSynchronizedQuerySpace(String querySpace)NativeQueryImplementorQueryProducerImplementor. createNativeQuery(String sqlString)NativeQueryImplementorQueryProducerImplementor. createNativeQuery(String sqlString, Class resultClass)NativeQueryImplementorQueryProducerImplementor. createNativeQuery(String sqlString, String resultSetMapping)default NativeQueryImplementorQueryProducerImplementor. createSQLQuery(String queryString)NativeQueryImplementorQueryProducerImplementor. getNamedNativeQuery(String name)default NativeQueryImplementorQueryProducerImplementor. getNamedSQLQuery(String name)NativeQueryImplementor<T>NativeQueryImplementor. setCacheable(boolean cacheable)NativeQueryImplementor<T>NativeQueryImplementor. setCacheMode(CacheMode cacheMode)NativeQueryImplementor<T>NativeQueryImplementor. setCacheRegion(String cacheRegion)NativeQueryImplementorNativeQueryImplementor. setCollectionKey(Serializable key)NativeQueryImplementor<T>NativeQueryImplementor. setComment(String comment)NativeQueryImplementor<T>NativeQueryImplementor. setFetchSize(int fetchSize)NativeQueryImplementor<T>NativeQueryImplementor. setFlushMode(FlushMode flushMode)NativeQueryImplementor<T>NativeQueryImplementor. setHibernateFlushMode(FlushMode flushMode)NativeQueryImplementor<T>NativeQueryImplementor. setLockMode(String alias, LockMode lockMode)NativeQueryImplementor<T>NativeQueryImplementor. setLockOptions(LockOptions lockOptions)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, Object val)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, Object val, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, Object val, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, Date value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(String name, Object val)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(String name, Object val, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(String name, Object val, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(String name, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(String name, Date value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(javax.persistence.Parameter<Calendar> param, Calendar value, javax.persistence.TemporalType temporalType)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(javax.persistence.Parameter<Date> param, Date value, javax.persistence.TemporalType temporalType)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameter(javax.persistence.Parameter<P> param, P value)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameter(QueryParameter<P> parameter, P val)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameter(QueryParameter<P> parameter, P val, javax.persistence.TemporalType temporalType)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameter(QueryParameter<P> parameter, P val, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(String name, Object[] values)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(String name, Object[] values, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(String name, Collection values)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(String name, Collection values, Type type)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(QueryParameter<P> parameter, Collection<P> values)NativeQueryImplementor<T>NativeQueryImplementor. setProperties(Object bean)NativeQueryImplementor<T>NativeQueryImplementor. setProperties(Map bean)NativeQueryImplementor<T>NativeQueryImplementor. setReadOnly(boolean readOnly)NativeQueryImplementor<T>NativeQueryImplementor. setTimeout(int timeout)
-