Package net.officefloor.nosql.objectify
Interface ObjectifySupplierSource.ObjectifyFactoryManufacturer
- Enclosing class:
- ObjectifySupplierSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates the
ObjectifyFactory.-
Method Summary
Modifier and TypeMethodDescriptioncom.googlecode.objectify.ObjectifyFactoryCreates theObjectifyFactory.
-
Method Details
-
createObjectifyFactory
com.googlecode.objectify.ObjectifyFactory createObjectifyFactory()Creates theObjectifyFactory.- Returns:
ObjectifyFactory.
-