Uses of Class
com.mickaelb.integration.spring.assertions.l2c.HibernateL2CAssertionResult.CacheAction
-
Packages that use HibernateL2CAssertionResult.CacheAction Package Description com.mickaelb.integration.spring.assertions.l2c -
-
Uses of HibernateL2CAssertionResult.CacheAction in com.mickaelb.integration.spring.assertions.l2c
Methods in com.mickaelb.integration.spring.assertions.l2c that return HibernateL2CAssertionResult.CacheAction Modifier and Type Method Description static HibernateL2CAssertionResult.CacheActionHibernateL2CAssertionResult.CacheAction. valueOf(String name)Returns the enum constant of this type with the specified name.static HibernateL2CAssertionResult.CacheAction[]HibernateL2CAssertionResult.CacheAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mickaelb.integration.spring.assertions.l2c with parameters of type HibernateL2CAssertionResult.CacheAction Constructor Description HibernateL2CAssertionResult(HibernateL2CAssertionResult.CacheAction type, long actual, long expected)
-