Klasse AdminMongoCommand<T extends MongoCommand>

java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<T>
Alle implementierten Schnittstellen:
SingleResultCommand
Bekannte direkte Unterklassen:
AbortTransactionCommand, CommitTransactionCommand, CreateRoleAdminCommand, CreateUserAdminCommand, RenameCollectionCommand, ShutdownCommand, StepDownCommand

public abstract class AdminMongoCommand<T extends MongoCommand> extends MongoCommand<T> implements SingleResultCommand