Uses of Class
org.apache.jackrabbit.oak.spi.commit.ResetCommitAttributeHook
-
Packages that use ResetCommitAttributeHook Package Description org.apache.jackrabbit.oak.spi.commit -
-
Uses of ResetCommitAttributeHook in org.apache.jackrabbit.oak.spi.commit
Methods in org.apache.jackrabbit.oak.spi.commit that return ResetCommitAttributeHook Modifier and Type Method Description static ResetCommitAttributeHook
ResetCommitAttributeHook. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResetCommitAttributeHook[]
ResetCommitAttributeHook. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-