Java org.springframework.jdbc.support KeyHolder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.support KeyHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.support KeyHolder.

The text is from its open source code.

Method

NumbergetKey()
Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.
List>getKeyList()
Return a reference to the List that contains the keys.
MapgetKeys()
Retrieve the first map of keys.