Uses of Class
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteractionSpec.InteractionType
-
Packages that use OracleNoSQLInteractionSpec.InteractionType Package Description org.eclipse.persistence.internal.nosql.adapters.sdk -
-
Uses of OracleNoSQLInteractionSpec.InteractionType in org.eclipse.persistence.internal.nosql.adapters.sdk
Methods in org.eclipse.persistence.internal.nosql.adapters.sdk that return OracleNoSQLInteractionSpec.InteractionType Modifier and Type Method Description OracleNoSQLInteractionSpec.InteractionTypeOracleNoSQLInteractionSpec. getInteractionType()static OracleNoSQLInteractionSpec.InteractionTypeOracleNoSQLInteractionSpec.InteractionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleNoSQLInteractionSpec.InteractionType[]OracleNoSQLInteractionSpec.InteractionType. 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.sdk with parameters of type OracleNoSQLInteractionSpec.InteractionType Modifier and Type Method Description voidOracleNoSQLInteractionSpec. setInteractionType(OracleNoSQLInteractionSpec.InteractionType interactionType)
-