Class MapReference<T>

  • Type Parameters:
    T -

    public class MapReference<T>
    extends MorphiaReference<Map<Object,​T>>
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • MapReference

        public MapReference​(Datastore datastore,
                            Map<String,​Object> ids,
                            EntityModel entityModel)
        Parameters:
        datastore - the datastore to use
        ids - the IDs of the entities
        entityModel - the model of the entity type
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.