Uses of Class
dev.morphia.DatastoreImpl
-
Packages that use DatastoreImpl Package Description dev.morphia dev.morphia.aggregation dev.morphia.dao dev.morphia.query -
-
Uses of DatastoreImpl in dev.morphia
Methods in dev.morphia that return DatastoreImpl Modifier and Type Method Description DatastoreImplDatastoreImpl. copy(java.lang.String database)Deprecated. -
Uses of DatastoreImpl in dev.morphia.aggregation
Constructors in dev.morphia.aggregation with parameters of type DatastoreImpl Constructor Description AggregationPipelineImpl(DatastoreImpl datastore, com.mongodb.DBCollection collection, java.lang.Class source)Creates an AggregationPipeline -
Uses of DatastoreImpl in dev.morphia.dao
Fields in dev.morphia.dao declared as DatastoreImpl Modifier and Type Field Description protected DatastoreImplBasicDAO. dsDeprecated.Methods in dev.morphia.dao that return DatastoreImpl Modifier and Type Method Description DatastoreImplBasicDAO. getDs()Deprecated. -
Uses of DatastoreImpl in dev.morphia.query
Methods in dev.morphia.query that return DatastoreImpl Modifier and Type Method Description DatastoreImplQueryImpl. getDatastore()Deprecated.this is an internal method that exposes an internal type and will likely go away soon
-