在Hybris storefront注冊一個帳号:

成功之後能在backoffice裡看到成功生成的customer,裡面的Customer ID是自動生成的,類似ABAP裡的uuid.
在console裡使用flexible query試圖去查詢該customer:
查詢到一條記錄:
該記錄的uuid和backoffice裡看到的一緻:
檢視flexible query對應的SQL語句,發現select from裡用到的{customer}被翻譯成了真正的資料庫表user. 大括号裡定義的customer在hybris裡稱為code
從code到真正DB表的mapping在xml檔案裡定義,除此以外沒有其他GUI的工具來檢視該mapping:
dmin console裡可以檢視每個DB table有多少條entry: