类的使用
org.hibernate.cache.spi.FilterKey
-
使用FilterKey的程序包 程序包 说明 org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider. -
-
org.hibernate.cache.spi中FilterKey的使用
返回变量类型为FilterKey的类型的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 static Set<FilterKey>FilterKey. createFilterKeys(Map<String,Filter> enabledFilters)Constructs a number of FilterKey instances, given the currently enabled filters
-