类的使用
org.hibernate.boot.model.Caching
-
使用Caching的程序包 程序包 说明 org.hibernate.boot.model org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model中Caching的使用
参数类型为Caching的org.hibernate.boot.model中的方法 修饰符和类型 方法 说明 voidCaching. overlay(Caching overrides) -
org.hibernate.boot.model.source.internal.hbm中Caching的使用
返回Caching的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 static CachingHelper. createCaching(JaxbHbmCacheType cacheElement)static CachingHelper. createNaturalIdCaching(JaxbHbmNaturalIdCacheType cacheElement)CachingAbstractPluralAttributeSourceImpl. getCaching()CachingEntityHierarchySourceImpl. getCaching()CachingEntityHierarchySourceImpl. getNaturalIdCaching() -
org.hibernate.boot.model.source.spi中Caching的使用
返回Caching的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 CachingEntityHierarchySource. getCaching()Obtain the caching configuration for this entity.CachingPluralAttributeSource. getCaching()CachingEntityHierarchySource. getNaturalIdCaching()Obtain the natural id caching configuration for this entity.
-