Class YPersistedTypeSystem


  • public class YPersistedTypeSystem
    extends YTypeSystem
    Contains a types system which is persisted into to the underlying database layer.

    Generally it simply adds PK mapping capabilities to the normal YTypeSystem functionality.

    • Method Detail

      • getType

        public YType getType​(PK pk)
      • getPK

        public PK getPK​(YType type)
      • registerType

        public void registerType​(java.lang.String typeCode,
                                 PK pk)
      • registerAttribute

        public void registerAttribute​(java.lang.String enclosingTypeCode,
                                      java.lang.String qualifier,
                                      PK pk)
      • registerEnumValue

        public void registerEnumValue​(java.lang.String enumTypeCode,
                                      java.lang.String code,
                                      PK pk)