Class DataTypeManagerStackStore


  • @ApplicationScoped
    public class DataTypeManagerStackStore
    extends Object
    Stores the stack hierarchy for each Data Type, indexed by UUID.

    e.g. * - tPerson * - name (Text) * - age (Number) * - city (tCity) * - name (Text) * - mayor (tPerson) <-- The "tPerson" type is already represented at this point.

    • Constructor Detail

      • DataTypeManagerStackStore

        public DataTypeManagerStackStore()