Uses of Class
com.oracle.spring.testcontainers.TrueCacheContainer
Packages that use TrueCacheContainer
-
Uses of TrueCacheContainer in com.oracle.spring.testcontainers
Subclasses with type arguments of type TrueCacheContainer in com.oracle.spring.testcontainersModifier and TypeClassDescriptionclassTestcontainers implementation for an Oracle AI Database Free True Cache instance.Methods in com.oracle.spring.testcontainers that return TrueCacheContainerModifier and TypeMethodDescriptionTrueCacheContainer.withPdbService(String pdbName, String primaryService, String trueCacheService) Adds a primary-PDB-service to True-Cache-service mapping.TrueCacheContainer.withPrimaryDatabase(String host, int port, String serviceName) Configures the primary database connection using a network alias or DNS name.TrueCacheContainer.withPrimaryDatabaseConnection(String connection) Configures an already formatted primary database connection descriptor.TrueCacheContainer.withPrimaryDatabasePasswordFile(Path passwordFile) Copies the password file extracted from the running primary container before this container starts.TrueCacheContainer.withTrueDatabaseUniqueName(String databaseUniqueName) Sets the unique name assigned to the True Cache database.TrueCacheContainer.withUrlParam(String paramName, String paramValue) TrueCacheContainer.withUsername(String username)