Uses of Class
net.officefloor.nosql.objectify.mock.ObjectifyRule.TimeoutException
-
Packages that use ObjectifyRule.TimeoutException Package Description net.officefloor.nosql.objectify.mock -
-
Uses of ObjectifyRule.TimeoutException in net.officefloor.nosql.objectify.mock
Methods in net.officefloor.nosql.objectify.mock that throw ObjectifyRule.TimeoutException Modifier and Type Method Description <E> E
ObjectifyRule. consistent(java.util.function.Supplier<E> getEntity, java.util.function.Function<E,java.lang.Boolean> checkConsistency)
Obtains consistent entity.<E> E
ObjectifyRule. get(java.lang.Class<E> type)
Obtains the first entity.<E> java.util.List<E>
ObjectifyRule. get(java.lang.Class<E> type, int expectedSize, java.util.function.Supplier<java.util.List<E>> loader)
Obtains a list of entities.<E> java.util.List<E>
ObjectifyRule. get(java.lang.Class<E> type, int expectedSize, ObjectifyRule.QueryLoader<E> loader)
Obtains a list of entities.<E> E
ObjectifyRule. get(java.lang.Class<E> type, long id)
Obtains an entity.<E> E
ObjectifyRule. get(java.lang.Class<E> type, ObjectifyRule.ResultLoader<E> loader)
Obtains an entity.<E> void
ObjectifyRule. store(E... entities)
Stores the entities.
-