Uses of Class
org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLOperation
-
Packages that use OracleNoSQLOperation Package Description org.eclipse.persistence.internal.nosql.adapters.nosql -
-
Uses of OracleNoSQLOperation in org.eclipse.persistence.internal.nosql.adapters.nosql
Fields in org.eclipse.persistence.internal.nosql.adapters.nosql declared as OracleNoSQLOperation Modifier and Type Field Description protected OracleNoSQLOperationOracleNoSQLInteractionSpec. operationMethods in org.eclipse.persistence.internal.nosql.adapters.nosql that return OracleNoSQLOperation Modifier and Type Method Description OracleNoSQLOperationOracleNoSQLInteractionSpec. getOperation()static OracleNoSQLOperationOracleNoSQLOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleNoSQLOperation[]OracleNoSQLOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.nosql.adapters.nosql with parameters of type OracleNoSQLOperation Modifier and Type Method Description voidOracleNoSQLInteractionSpec. setOperation(OracleNoSQLOperation operation)
-