Skip to content

Commit 407fb84

Browse files
committed
feat: ceate documentation
Signed-off-by: Otavio Santana <[email protected]>
1 parent d112554 commit 407fb84

File tree

1 file changed

+4
-0
lines changed
  • jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication

1 file changed

+4
-0
lines changed

jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ public enum DeploymentType implements Function<Settings, Optional<AuthorizationP
3434
/**
3535
* Represents an "On-premises" deployment where software solutions are deployed and managed
3636
* within an organization's physical premises or data centers.
37+
* Usage: Choose this deployment type when your software solutions are hosted and managed within your organization's physical infrastructure.
38+
* - Authentication: Uses username and password for access.
39+
* - Configuration: Requires USER (username) and PASSWORD (password).
40+
* If not provided, it falls back to default values or empty credentials.
3741
*/
3842
ON_PREMISES {
3943
@Override

0 commit comments

Comments
 (0)