cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parsing of items.xml file

former_member686625
Participant
0 Likes
462

Hi,

I know that there has to be a sequence of defining types in items.xml file like first we should define Atomic type then collection and so on.

My query is that in Collection we can give reference of Item type which will be defined later on in same file. If this is so then how it get reference of the item type which will be parsed later on?? Why it does not through any error.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Marko_salonen
Contributor
0 Likes

Probably it has been correctly implemented to handle the order ;)

former_member686625
Participant
0 Likes

No doubt about that.. :) But I am interested in knowing how.

Marko_salonen
Contributor
0 Likes

There is the official documentation, and then there is ofcourse the best, the code itself :) There is a nice blog that gives a small overview of this : https://hybrismart.com/2018/05/06/explaining-hybris-database-structure-2/ Basically you could start reading in de.hybris.bootstrap.ddl.HybrisSchemaGenerator

former_member686625
Participant
0 Likes

Thanks Marko.