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