Uses of Class
org.apache.jackrabbit.oak.jcr.session.SessionSaveDelayer
-
Packages that use SessionSaveDelayer Package Description org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities. -
-
Uses of SessionSaveDelayer in org.apache.jackrabbit.oak.jcr.delegate
Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type SessionSaveDelayer Constructor Description SessionDelegate(@NotNull ContentSession contentSession, @NotNull SecurityProvider securityProvider, @NotNull RefreshStrategy refreshStrategy, @NotNull ThreadLocal<Long> threadSaveCount, @NotNull StatisticManager statisticManager, @NotNull Clock clock, @NotNull SessionSaveDelayer sessionSaveDelayer)Create a new session delegate for aContentSession.
-