Where is registerDoctypeCollection method of TaminoStore?

Hello,
I couldnt find the registerDoctypeCollection method in TaminoStore class (neither in TaminoStoreV3 or TaminoStoreV4) although it says (see registerDoctypeCollection) in Documentation of TaminoStore class method insert

Thanks
Server

Hello,

we changed the handling of doctypes mapped to collections. Within the former version it was implicitely handled.

The Store API of X-Application 4.1.1 has explicit collection parameters for methods that send requests to the database.

For the JSP layer, the collection attribute in action tags and directcommand tags has to be used.

The changelog.txt and the migration documentation contains more information about this topic.

Bye,
Christian.

Hello Christian,
Do you mean this method is not necessary anymore?
since we give the collection name as a parameter to the necessary methods
Thanks
Server

Hello,

yes. With the integration of XQuery it was not longer possible for us to use this approach of implicit mapping of doctype and collection.

Therefore, we did not longer hide the relationship of a query to the collection, but made it explicit.

I hope this new behavior does not trouble you. If there is a problem, don’t hesitate to snd it to the community. We will look for a solution.

Bye,
Christian.