类的使用
org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
使用AbstractReadWriteAccess的程序包 程序包 说明 org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
org.hibernate.cache.spi.support中AbstractReadWriteAccess的使用
org.hibernate.cache.spi.support中AbstractReadWriteAccess的子类 修饰符和类型 类 说明 classCollectionReadWriteAccessStandard support forCollectionDataAccessusing theAccessType.READ_WRITEaccess type.classEntityReadWriteAccessStandard support forEntityDataAccessusing theAccessType.READ_WRITEaccess type.classNaturalIdReadWriteAccessStandard support forNaturalIdDataAccessusing theAccessType.READ_WRITEaccess type.
-