Modifier and Type | Method and Description |
---|---|
static ObjectifyFactory |
ObjectifyService.factory() |
ObjectifyFactory |
Objectify.factory()
Obtain the ObjectifyFactory from which this Objectify instance was created.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObjectifyService.setFactory(ObjectifyFactory fact) |
Modifier and Type | Method and Description |
---|---|
void |
InitializeIf.init(ObjectifyFactory fact,
Field field)
Instructs the condition instance which field it lives on.
|
void |
IfNotDefault.init(ObjectifyFactory fact,
Field field) |
void |
IfDefault.init(ObjectifyFactory fact,
Field field) |
Modifier and Type | Field and Description |
---|---|
protected ObjectifyFactory |
Registrar.fact
Needed to obtain the converters
|
protected ObjectifyFactory |
ObjectifyImpl.factory
The factory that produced us
|
Modifier and Type | Method and Description |
---|---|
ObjectifyFactory |
ObjectifyImpl.factory() |
Constructor and Description |
---|
CacheControlImpl(ObjectifyFactory fact) |
EntityMetadata(ObjectifyFactory fact,
Class<P> clazz) |
FieldProperty(ObjectifyFactory fact,
Class<?> examinedClass,
Field field) |
IfConditionGenerator(ObjectifyFactory fact) |
ObjectifyImpl(ObjectifyFactory fact) |
Registrar(ObjectifyFactory fact) |
Modifier and Type | Method and Description |
---|---|
ObjectifyFactory |
CreateContext.getFactory() |
Constructor and Description |
---|
CreateContext(ObjectifyFactory fact) |
Translators(ObjectifyFactory fact)
Initialize the default set of converters in the proper order.
|
Modifier and Type | Method and Description |
---|---|
static void |
JodaTimeTranslators.add(ObjectifyFactory fact) |
static void |
JodaMoneyTranslators.add(ObjectifyFactory fact) |
Modifier and Type | Method and Description |
---|---|
void |
InitializeStringifier.init(ObjectifyFactory fact,
Type keyType)
Informs the stringifier of the actual key type.
|
void |
EnumStringifier.init(ObjectifyFactory fact,
Type keyType) |
Copyright © 2016. All rights reserved.