setList(List< T >) method

Set the List that needs to be stored in this SessionVariableAttribute.

Syntax

public< T extends BeanConverterInterface< T > > void setList ( List< T > list ) throws DBException

Parameters

Exceptions

Usage

NOTE

: each item in the list is saved independently and not atomic. Therefore, if DBException occurs while saving in the middle of the list, the rest of list items will be abandoned resulting in a partial save.