Example usage for org.hibernate.type ProcedureParameterExtractionAware interface-usage

List of usage examples for org.hibernate.type ProcedureParameterExtractionAware interface-usage

Introduction

In this page you can find the example usage for org.hibernate.type ProcedureParameterExtractionAware interface-usage.

Usage

From source file org.jboss.as.hibernate.test.ProcedureParameterExtractionAwareType.java

public class ProcedureParameterExtractionAwareType implements ProcedureParameterExtractionAware<String> {

    @Override
    public boolean canDoExtraction() {
        return false;
    }