net.sf.jpacriteria.configuration
Interface Configuration

All Known Implementing Classes:
JpaCriteriaConfiguration

public interface Configuration

Version:
$Id: Configuration.java,v 1.2 2007/03/30 22:36:26 maxim_butov Exp $
Author:
Maxim Butov

Field Summary
static java.lang.String CONFIGURATION_KEY
           
 
Method Summary
 boolean useAsInEarlierJoin()
           
 boolean useAsInFrom()
           
 boolean useAsInLateJoin()
           
 boolean useInnerWithJoin()
           
 boolean useOuterWithLeftJoin()
           
 

Field Detail

CONFIGURATION_KEY

static final java.lang.String CONFIGURATION_KEY
See Also:
Constant Field Values
Method Detail

useAsInFrom

boolean useAsInFrom()

useAsInEarlierJoin

boolean useAsInEarlierJoin()

useAsInLateJoin

boolean useAsInLateJoin()

useInnerWithJoin

boolean useInnerWithJoin()

useOuterWithLeftJoin

boolean useOuterWithLeftJoin()


Copyright © 2007. All Rights Reserved.