Java org.apache.ibatis.session AutoMappingBehavior fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.session AutoMappingBehavior fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.session AutoMappingBehavior.

The text is from its open source code.

Field

AutoMappingBehaviorNONE
Disables auto-mapping.
AutoMappingBehaviorPARTIAL
Will only auto-map results with no nested result mappings defined inside.
AutoMappingBehaviorFULL
Will auto-map result mappings of any complexity (containing nested or otherwise).