default DatabaseInstruction |
DatabaseInstruction.addUser(String username,
String password) |
Adds an instruction to set a user authentication to the database.
|
default DatabaseInstruction |
DatabaseInstruction.changePassword(String username,
String oldPassword,
String newPassword) |
Adds an instruction to change the password for the user authentication to the database.
|
default DatabaseInstruction |
DatabaseInstruction.customInstruction(CustomInstruction instruction) |
Adds a custom instruction to perform a user defined operation on the database.
|
default DatabaseInstruction |
DatabaseInstruction.dropCollection(String collectionName) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(Class<?> type) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(Class<?> type,
String key) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(String typeName) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(String typeName,
String key) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(EntityDecorator<?> entityDecorator) |
|
default DatabaseInstruction |
DatabaseInstruction.dropRepository(EntityDecorator<?> entityDecorator,
String key) |
|
DatabaseInstruction |
InstructionSet.forDatabase() |
|