Package | Description |
---|---|
com.googlecode.objectify.impl | |
com.googlecode.objectify.impl.translate |
Modifier and Type | Method and Description |
---|---|
KeyMetadata<T> |
Transmog.getKeyMetadata() |
KeyMetadata<T> |
PolymorphicEntityMetadata.getKeyMetadata() |
KeyMetadata<T> |
EntityMetadata.getKeyMetadata()
Get specific metadata about the key for this type.
|
KeyMetadata<T> |
ConcreteEntityMetadata.getKeyMetadata() |
static <T> KeyMetadata<T> |
Keys.getMetadata(Class<T> clazz) |
static <T> KeyMetadata<T> |
Keys.getMetadata(Key<T> key) |
static <T> KeyMetadata<T> |
Keys.getMetadata(T pojo) |
static <T> KeyMetadata<T> |
Keys.getMetadataSafe(Class<T> clazz) |
static <T> KeyMetadata<T> |
Keys.getMetadataSafe(T pojo) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Keys.register(Class<T> clazz,
KeyMetadata<T> meta)
Register some key metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityClassTranslator<T>
Translator which can maps the root of an entity.
|
Copyright © 2014. All rights reserved.