com.atlassian.jira.ofbiz
Class JiraSQLInterceptorFactory

java.lang.Object
  extended by com.atlassian.jira.ofbiz.JiraSQLInterceptorFactory
All Implemented Interfaces:
org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorFactory

public class JiraSQLInterceptorFactory
extends Object
implements org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorFactory

An SQLInterceptorFactory that will chained together one or more SQLInterceptors

Since:
v4.0

Constructor Summary
JiraSQLInterceptorFactory()
           
 
Method Summary
 org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor newSQLInterceptor(String ofbizHelperName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraSQLInterceptorFactory

public JiraSQLInterceptorFactory()
Method Detail

newSQLInterceptor

public org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor newSQLInterceptor(String ofbizHelperName)
Specified by:
newSQLInterceptor in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorFactory


Copyright © 2002-2014 Atlassian. All Rights Reserved.