Tagger Cat Tag Library
Tag datasource


Creates a data source instance in the user model object.


Tag Information
Tag Classcom.taggercat.tags.DataSourceTag
TagExtraInfo Classcom.taggercat.tags.DataSourceTagExtraInfo
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringThe unique name assigned to this data source.
entitytruetruejava.lang.StringThe Hibernate entity object name this data source uses.
whereClausefalsetruejava.lang.StringAn additional SQL where clause.
orderByfalsetruejava.lang.StringAn additional SQL order by clause.
classnamefalsefalsejava.lang.StringA fully qualified class name of for this data source, if not using the default.
instanceVarfalsetruejava.lang.StringThe name of the page scoped instance variable to be created for this data source.
scopefalsetruejava.lang.StringSets the DS at the request, session, or application scope ( the default is session ).
parentDSfalsetruejava.lang.StringThe name of the parent data source to this data source.
modefalsetruejava.lang.StringQBF or Normal
parentCollectionfalsetruejava.lang.StringThe name of the parent collection if this is a child data source.
parentAdderMethodfalsetruejava.lang.StringNOT USED AT THIS TIME The name of the addChild( ) method for new instances on this ds.
parentPropertyNamefalsetruejava.lang.StringThe property that references the parent entity if this is a child collection.
maxRowsfalsetruejava.lang.StringThe number of rows to pre-fetch. A warning is raised if the resultset contains more rows.
prefetchRowCountfalsefalsejava.lang.StringSet to 'true' to pre-fetch the number of rows in the resultset.
pageSizefalsetruejava.lang.StringSets the number of rows per page, If set, causes the queries to be pagenated.
timeoutfalsetruejava.lang.StringThe number of seconds to retain the data source result after last access.
retainSortOrderfalsefalsejava.lang.StringSet to 'true' to retain the last sort-order on this resultset.
eventListenerClassnamefalsefalsejava.lang.StringThe fully qualified classname of any event listener to add to the data source.
appendQbfWhereClausefalsetruejava.lang.StringIf set true ( the default value) then QBF where clauses are appended to the main where clause.
cacheablefalsetruejava.lang.StringIf set true you want to cache this resultset.
cacheRegionfalsetruejava.lang.StringThe name of the cache region to use, if cacheable.
reloadCollectionfalsetruejava.lang.StringSet true to for a reload of the collection; applies to child data sources only.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.