| Interface | Description |
|---|---|
| EntityInfo<T extends RawEntity<K>,K> | |
| EntityInfoResolver |
An interface for any class with the ability to compute the
table information
for an entity class |
| EntityInfoResolverFactory |
A factory capable of currying the required managers for a
EntityInfoResolver to be created |
| FieldInfo<T> |
A description of the field generated by the
RawEntity |
| Class | Description |
|---|---|
| CachingEntityInfoResolver |
A
EntityInfoResolver which caches the computed EntityInfo for any type it is given |
| CachingEntityInfoResolverFactory |
A factory which creates
CachingEntityInfoResolvers which delegate to
SimpleEntityInfoResolvers |
| EntityInfoResolverWrapper |
A
EntityInfoResolver which delegates. |
| SimpleEntityInfoResolver |
A
EntityInfoResolver which creates new EntityInfo instances on every invocation of
SimpleEntityInfoResolver.resolve(Class) |
| SimpleEntityInfoResolverFactory |
A factory which creates
SimpleEntityInfoResolvers |
Copyright © 2007–2021 Atlassian. All rights reserved.