类的使用
org.hibernate.Incubating
-
使用Incubating的程序包 程序包 说明 org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.event.service.spi org.hibernate.query org.hibernate.query.internal org.hibernate.query.procedure org.hibernate.query.procedure.spi org.hibernate.query.spi org.hibernate.sql.ast org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.type.spi -
注释类型为Incubating的程序包 程序包 说明 org.hibernate.graph Hibernate's (extended) support for JPA's entity graphs -
-
org.hibernate.bytecode.enhance.spi.interceptor中Incubating的使用
注释类型为Incubating的org.hibernate.bytecode.enhance.spi.interceptor中的类 修饰符和类型 接口 说明 interfaceBytecodeLazyAttributeInterceptor -
org.hibernate.engine.query.spi中Incubating的使用
注释类型为Incubating的org.hibernate.engine.query.spi中的类 修饰符和类型 类 说明 classAbstractParameterDescriptorNOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQMclassNamedParameterDescriptorDescriptor regarding a named parameter.classOrdinalParameterDescriptorDescriptor regarding an ordinal parameter. -
org.hibernate.engine.spi中Incubating的使用
注释类型为Incubating的org.hibernate.engine.spi中的类 修饰符和类型 接口 说明 interfacePersistentAttributeInterceptorThe base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access注释类型为Incubating的org.hibernate.engine.spi中的构造器 构造器 说明 EffectiveEntityGraph()EffectiveEntityGraph(boolean allowOverwrite) -
org.hibernate.event.service.spi中Incubating的使用
注释类型为Incubating的org.hibernate.event.service.spi中的类 修饰符和类型 接口 说明 interfaceEventActionWithParameter<T,U,X>注释类型为Incubating的org.hibernate.event.service.spi中的方法 修饰符和类型 方法 说明 <U> voidEventListenerGroup. fireEventOnEachListener(U event, BiConsumer<T,U> actionOnEvent)Similar asEventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer)except it doesn't use a {Supplier}: useful when there is no need to lazily initialize the event.<U,X>
voidEventListenerGroup. fireEventOnEachListener(U event, X param, EventActionWithParameter<T,U,X> actionOnEvent)<U> voidEventListenerGroup. fireLazyEventOnEachListener(Supplier<U> eventSupplier, BiConsumer<T,U> actionOnEvent)Fires an event on each registered event listener of this group. -
org.hibernate.query中Incubating的使用
注释类型为Incubating的org.hibernate.query中的类 修饰符和类型 接口 说明 interfaceQueryParameter<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
org.hibernate.query.internal中Incubating的使用
注释类型为Incubating的org.hibernate.query.internal中的类 修饰符和类型 类 说明 classQueryParameterBindingsImplManages the group of QueryParameterBinding for a particular query. -
org.hibernate.query.procedure中Incubating的使用
注释类型为Incubating的org.hibernate.query.procedure中的类 修饰符和类型 接口 说明 interfaceProcedureParameter<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
org.hibernate.query.procedure.spi中Incubating的使用
注释类型为Incubating的org.hibernate.query.procedure.spi中的类 修饰符和类型 接口 说明 interfaceProcedureParameterImplementor<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM -
org.hibernate.query.spi中Incubating的使用
注释类型为Incubating的org.hibernate.query.spi中的类 修饰符和类型 接口 说明 interfaceCloseableIterator<T>Unification of Iterator and AutoCloseableclassNamedQueryRepositoryinterfaceNativeQueryImplementor<T>interfaceQueryImplementor<R>interfaceQueryParameterBinding<T>The value/type binding information for a particular query parameter.interfaceQueryParameterBindingsinterfaceQueryParameterListBinding<T>Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.interfaceScrollableResultsImplementor -
org.hibernate.sql.ast中Incubating的使用
注释类型为Incubating的org.hibernate.sql.ast中的类 修饰符和类型 类 说明 classClauseUsed to indicate which query clause we are currently processing -
org.hibernate.tool.schema.extract.spi中Incubating的使用
注释类型为Incubating的org.hibernate.tool.schema.extract.spi中的类 修饰符和类型 接口 说明 interfaceDatabaseInformationProvides access to information about existing schema objects (tables, sequences etc) of existing database.interfaceExtractionContextDefines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.static interfaceExtractionContext.DatabaseObjectAccessIn conjunction withExtractionContext.getDatabaseObjectAccess()provides access to information about known database objects to the extractor.interfaceInformationExtractorContract for extracting information about objects in the database schema(s). -
org.hibernate.tool.schema.spi中Incubating的使用
注释类型为Incubating的org.hibernate.tool.schema.spi中的类 修饰符和类型 接口 说明 interfaceExecutionOptionsParameter object representing options for schema management tool executioninterfaceSchemaCreatorService delegate for handling schema creation.interfaceSchemaDropperService delegate for handling schema dropping.interfaceSchemaFilterDefines a filter for Hibernate's schema tooling.interfaceSchemaFilterProviderUsed to specify theSchemaFilters to be used by create, drop, migrate and validate operations on the database schema.interfaceSchemaManagementToolContract for schema management tool integration.interfaceSchemaMigratorService delegate for handling schema migration.interfaceSchemaValidatorService delegate for handling schema validations -
org.hibernate.type.spi中Incubating的使用
注释类型为Incubating的org.hibernate.type.spi中的类 修饰符和类型 类 说明 classTypeConfigurationDefines a set of available Type instances as isolated from other configurations.
-