- setEmbedded(Map, String, Map) - Method in SimpleMapEntityPersister
-
- setEntryValue(Map, String, def) - Method in SimpleMapEntityPersister
-
- setManyToMany(PersistentEntity, Object, Map, ManyToMany, Collection, Map<Association, List<Serializable>>) - Method in SimpleMapEntityPersister
-
- SimpleMapConnectionSourceFactory - Class in org.grails.datastore.mapping.simple.connections
Simple implementation that just builds org.grails.datastore.mapping.core.connections.ConnectionSource instances from Maps
- SimpleMapDatastore - Class in org.grails.datastore.mapping.simple
A simple implementation of the org.grails.datastore.mapping.core.Datastore interface that backs onto an in-memory map.
- SimpleMapDatastore(MappingContext, ConfigurableApplicationContext) - Constructor in SimpleMapDatastore
-
Creates a map based datastore for the specified mapping context
- SimpleMapEntityPersister - Class in org.grails.datastore.mapping.simple.engine
A simple implementation of the org.grails.datastore.mapping.engine.EntityPersister abstract class that backs onto an in-memory map.
- SimpleMapEntityPersister(MappingContext, PersistentEntity, Session, SimpleMapDatastore, ApplicationEventPublisher) - Constructor in SimpleMapEntityPersister
-
- SimpleMapQuery - Class in org.grails.datastore.mapping.simple.query
Simple query implementation that queries a map of objects.
- SimpleMapQuery(SimpleMapSession, PersistentEntity, SimpleMapEntityPersister) - Constructor in SimpleMapQuery
-
- SimpleMapResultList - Class in org.grails.datastore.mapping.simple.query
@author Graeme Rocher
- SimpleMapResultList(SimpleMapQuery) - Constructor in SimpleMapResultList
-
- SimpleMapSession - Class in org.grails.datastore.mapping.simple
A simple implementation of the org.grails.datastore.mapping.core.Session interface that backs onto an in-memory map.
- SimpleMapSession(SimpleMapDatastore, MappingContext, ApplicationEventPublisher) - Constructor in SimpleMapSession
-
- storeEntry(PersistentEntity, EntityAccess, def, Map) - Method in SimpleMapEntityPersister
-
- subqueryIfNecessary(PropertyCriterion, boolean) - Method in SimpleMapQuery
-