Package | Description |
---|---|
com.googlecode.objectify.impl |
Modifier and Type | Method and Description |
---|---|
<S extends T> |
PolymorphicEntityMetadata.addSubclass(Class<S> clazz,
ConcreteEntityMetadata<S> subclassMeta)
Registers an @EntitySubclass in a polymorphic hierarchy.
|
Constructor and Description |
---|
PolymorphicEntityMetadata(Class<T> clazz,
ConcreteEntityMetadata<T> baseMetadata)
Initializes this metadata structure with the specified class.
|
Copyright © 2014. All rights reserved.