Skip to content

Instantly share code, notes, and snippets.

View svgonugu's full-sized avatar

Sivakumar Gonugunta svgonugu

View GitHub Profile
@svgonugu
svgonugu / adfinclause05032015
Created March 5, 2015 12:09
In ADF, poplating oracle.jbo.domain.Array bind variable and using it in View Criteria with IN Clause
import oracle.jbo.domain.Array;
import oracle.jbo.domain.DomainContext;
import oracle.sql.ArrayDescriptor;
import oracle.sql.STRUCT;
import oracle.sql.StructDescriptor;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
@svgonugu
svgonugu / blog12022015
Last active August 29, 2015 14:15
Maven local settings file to be used for Oracle Maven Sync Plugin. Should setup these repositories as prerequisite
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<profiles>
<profile>
<id>default</id>
<repositories>
<repository>
<id>dev-group</id>
<name>Dev Group</name>