Logo of Bento frameworkspaceObject Oriented Programming


Example Map4String.properties for RequestStore


# This is required for RequestStore API.
# Key is: (id for sql).(name of parameter)
# Value is the fully qualified class name of the implementation of:
#    com.bentofw.requeststore.Map4String
#

insert01.fname=com.bentofw.requeststore.StringMap
insert01.lname=com.bentofw.requeststore.StringMap
insert01.amount=com.bentofw.requeststore.IntegerMap

update01.amount=com.bentofw.requeststore.IntegerMap
update01.rid=com.bentofw.requeststore.LongMap

delete01.rid=com.bentofw.requeststore.LongMap

select01.fname=com.bentofw.requeststore.StringMap
select01.lname=com.bentofw.requeststore.StringMap
select01.amount=com.bentofw.requeststore.IntegerMap
select01.rid=com.bentofw.requeststore.LongMap

select02.fname=com.bentofw.requeststore.StringMap
select02.lname=com.bentofw.requeststore.StringMap
select02.amount=com.bentofw.requeststore.IntegerMap


Copyright © 1997-2007 OOP-Research CorporationTM, All Rights Reserved.