@ tefigel |-- | Project-wide initialization file |-- globset JAVA_PACKAGE=dk.hansen |-- | Provide means to override default mapping of entity name | to Java class. Default: dvd -> Dvd ; if CORE.class_id is | set, use that instead. |-- if CORE_class_id# globset JAVA_CLASS=CORE_class_id else globset JAVA_CLASS=ENTITY_IdId endif |-- | A couple of handy identifiers: | for class "DVD" set JAVA_OBJ_INSTANCE to "dvd" and | JAVA_LIST_INSTANCE to "dvds". |-- globset JAVA_OBJ_INSTANCE=~to_lower(JAVA_CLASS) globset JAVA_LIST_INSTANCE=JAVA_OBJ_INSTANCE&s |-- | Preload a set of identifiers and lists related to the | collections from the entity file. |-- if CURRENTMOLDSECT#CORE java/load_properties java/load_pkeys java/load_search_keys endif |-- | Any test data provided? If so, count them. |-- if DB_test_data# argdelim \ globset DB_test_case_count=~field_count(DB_test_data\,) argdelim else globset DB_test_case_count=0 endif