接口的使用
org.hibernate.integrator.spi.Integrator
-
使用Integrator的程序包 程序包 说明 org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cfg.beanvalidation org.hibernate.integrator.internal org.hibernate.integrator.spi org.hibernate.jpa.boot.spi org.hibernate.secure.spi -
-
org.hibernate.boot.registry中Integrator的使用
参数类型为Integrator的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyIntegrator(Integrator integrator)Add anIntegratorto be applied to the bootstrap registry.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. with(Integrator integrator) -
org.hibernate.boot.registry.internal中Integrator的使用
类型变量类型为Integrator的org.hibernate.boot.registry.internal中的构造器参数 构造器 说明 BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)Constructs a BootstrapServiceRegistryImpl. -
org.hibernate.cache.internal中Integrator的使用
实现Integrator的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classCollectionCacheInvalidatorAllows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany). -
org.hibernate.cfg.beanvalidation中Integrator的使用
实现Integrator的org.hibernate.cfg.beanvalidation中的类 修饰符和类型 类 说明 classBeanValidationIntegrator -
org.hibernate.integrator.internal中Integrator的使用
返回变量类型为Integrator的类型的org.hibernate.integrator.internal中的方法 修饰符和类型 方法 说明 Iterable<Integrator>IntegratorServiceImpl. getIntegrators()类型变量类型为Integrator的org.hibernate.integrator.internal中的构造器参数 构造器 说明 IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService) -
org.hibernate.integrator.spi中Integrator的使用
org.hibernate.integrator.spi中Integrator的子接口 修饰符和类型 接口 说明 interfaceServiceContributingIntegrator已过时。A separateServiceContributorshould be used instead.返回变量类型为Integrator的类型的org.hibernate.integrator.spi中的方法 修饰符和类型 方法 说明 Iterable<Integrator>IntegratorService. getIntegrators()Retrieve all integrators. -
org.hibernate.jpa.boot.spi中Integrator的使用
返回变量类型为Integrator的类型的org.hibernate.jpa.boot.spi中的方法 修饰符和类型 方法 说明 List<Integrator>IntegratorProvider. getIntegrators() -
org.hibernate.secure.spi中Integrator的使用
实现Integrator的org.hibernate.secure.spi中的类 修饰符和类型 类 说明 classJaccIntegratorIntegrator for setting up JACC integration
-