B C G O S 

B

beginTransactionInternal() - Method in class org.grails.datastore.mapping.simple.SimpleMapSession
 

C

clearData() - Method in class org.grails.datastore.mapping.simple.SimpleMapDatastore
 
createPersister(Class, MappingContext) - Method in class org.grails.datastore.mapping.simple.SimpleMapSession
 
createSession(Map<String, String>) - Method in class org.grails.datastore.mapping.simple.SimpleMapDatastore
 

G

getBackingMap() - Method in class org.grails.datastore.mapping.simple.SimpleMapDatastore
 
getBackingMap() - Method in class org.grails.datastore.mapping.simple.SimpleMapSession
 
getIndices() - Method in class org.grails.datastore.mapping.simple.SimpleMapDatastore
 
getNativeInterface() - Method in class org.grails.datastore.mapping.simple.SimpleMapSession
 

O

org.grails.datastore.mapping.simple - package org.grails.datastore.mapping.simple
 

S

SimpleMapDatastore - Class in org.grails.datastore.mapping.simple
A simple implementation of the Datastore interface that backs onto an in-memory map.
SimpleMapDatastore(Map<String, Map>, ConfigurableApplicationContext) - Constructor for class org.grails.datastore.mapping.simple.SimpleMapDatastore
Creates a map based datastore backing onto the specified map
SimpleMapDatastore(MappingContext, ConfigurableApplicationContext) - Constructor for class org.grails.datastore.mapping.simple.SimpleMapDatastore
Creates a map based datastore for the specified mapping context
SimpleMapDatastore() - Constructor for class org.grails.datastore.mapping.simple.SimpleMapDatastore
 
SimpleMapDatastore(ConfigurableApplicationContext) - Constructor for class org.grails.datastore.mapping.simple.SimpleMapDatastore
 
SimpleMapSession - Class in org.grails.datastore.mapping.simple
A simple implementation of the Session interface that backs onto an in-memory map.
SimpleMapSession(SimpleMapDatastore, MappingContext, ApplicationEventPublisher) - Constructor for class org.grails.datastore.mapping.simple.SimpleMapSession
 
B C G O S