# # # # $Id$ # ==================================================================== # To code developer: # Do NOT change the properties between this line and the # "%%% END OF TRANSLATED PROPERTIES %%%" line. # Make a new property name, append to the end of the file and change # the code to use the new property. # ==================================================================== # ==================================================================== # %%% END OF TRANSLATED PROPERTIES %%% # ==================================================================== pluginName = Hibernate-mapping-3 Edit Support providerName = Vrije Universiteit Brussel _UI_CreateChild_text = {0} _UI_CreateChild_text2 = {1} {0} _UI_CreateChild_text3 = {1} _UI_CreateChild_tooltip = Create New {0} Under {1} Feature _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. _UI_PropertyDescriptor_description = The {0} of the {1} _UI_AnyType_type = Any Type _UI_ArrayType_type = Array Type _UI_BagType_type = Bag Type _UI_CacheType_type = Cache Type _UI_ClassType_type = Class Type _UI_CollectionIdType_type = Collection Id Type _UI_ColumnType_type = Column Type _UI_ComponentType_type = Component Type _UI_CompositeElementType_type = Composite Element Type _UI_CompositeIdType_type = Composite Id Type _UI_CompositeIndexType_type = Composite Index Type _UI_CompositeMapKeyType_type = Composite Map Key Type _UI_DiscriminatorType_type = Discriminator Type _UI_DocumentRoot_type = Document Root _UI_DynamicComponentType_type = Dynamic Component Type _UI_ElementType_type = Element Type _UI_FilterDefType_type = Filter Def Type _UI_FilterParamType_type = Filter Param Type _UI_FilterType_type = Filter Type _UI_GeneratorType_type = Generator Type _UI_HibernateMappingType_type = Hibernate Mapping Type _UI_IdbagType_type = Idbag Type _UI_IdType_type = Id Type _UI_ImportType_type = Import Type _UI_IndexManyToAnyType_type = Index Many To Any Type _UI_IndexManyToManyType_type = Index Many To Many Type _UI_IndexType_type = Index Type _UI_JoinedSubclassType_type = Joined Subclass Type _UI_JoinType_type = Join Type _UI_KeyManyToOneType_type = Key Many To One Type _UI_KeyPropertyType_type = Key Property Type _UI_KeyType_type = Key Type _UI_ListIndexType_type = List Index Type _UI_ListType_type = List Type _UI_LoadCollectionType_type = Load Collection Type _UI_LoaderType_type = Loader Type _UI_ManyToAnyType_type = Many To Any Type _UI_ManyToManyType_type = Many To Many Type _UI_ManyToOneType_type = Many To One Type _UI_MapKeyManyToManyType_type = Map Key Many To Many Type _UI_MapKeyType_type = Map Key Type _UI_MapType_type = Map Type _UI_MetaType_type = Meta Type _UI_MetaValueType_type = Meta Value Type _UI_NestedCompositeElementType_type = Nested Composite Element Type _UI_OneToManyType_type = One To Many Type _UI_OneToOneType_type = One To One Type _UI_ParamType_type = Param Type _UI_ParentType_type = Parent Type _UI_PrimitiveArrayType_type = Primitive Array Type _UI_PropertiesType_type = Properties Type _UI_PropertyType_type = Property Type _UI_QueryListType_type = Query List Type _UI_QueryType_type = Query Type _UI_RepresentationType_type = Representation Type _UI_ReturnColumnType_type = Return Column Type _UI_ReturnDiscriminatorType_type = Return Discriminator Type _UI_ReturnJoinType_type = Return Join Type _UI_ReturnPropertyType_type = Return Property Type _UI_ReturnScalarType_type = Return Scalar Type _UI_ReturnType_type = Return Type _UI_SetType_type = Set Type _UI_SqlDeleteAllType_type = Sql Delete All Type _UI_SqlDeleteType_type = Sql Delete Type _UI_SqlInsertType_type = Sql Insert Type _UI_SqlQueryType_type = Sql Query Type _UI_SqlUpdateType_type = Sql Update Type _UI_SubclassType_type = Subclass Type _UI_SynchronizeType_type = Synchronize Type _UI_TimestampType_type = Timestamp Type _UI_TypedefType_type = Typedef Type _UI_TypeType_type = Type Type _UI_UnionSubclassType_type = Union Subclass Type _UI_VersionType_type = Version Type _UI_Unknown_type = Object _UI_Unknown_datatype= Value _UI_AnyType_meta_feature = Meta _UI_AnyType_metaValue_feature = Meta Value _UI_AnyType_column_feature = Column _UI_AnyType_column1_feature = Column1 _UI_AnyType_access_feature = Access _UI_AnyType_cascade_feature = Cascade _UI_AnyType_idType_feature = Id Type _UI_AnyType_index_feature = Index _UI_AnyType_insert_feature = Insert _UI_AnyType_lazy_feature = Lazy _UI_AnyType_metaType_feature = Meta Type _UI_AnyType_name_feature = Name _UI_AnyType_node_feature = Node _UI_AnyType_optimisticLock_feature = Optimistic Lock _UI_AnyType_update_feature = Update _UI_ArrayType_meta_feature = Meta _UI_ArrayType_subselect_feature = Subselect _UI_ArrayType_cache_feature = Cache _UI_ArrayType_synchronize_feature = Synchronize _UI_ArrayType_key_feature = Key _UI_ArrayType_index_feature = Index _UI_ArrayType_listIndex_feature = List Index _UI_ArrayType_element_feature = Element _UI_ArrayType_oneToMany_feature = One To Many _UI_ArrayType_manyToMany_feature = Many To Many _UI_ArrayType_compositeElement_feature = Composite Element _UI_ArrayType_manyToAny_feature = Many To Any _UI_ArrayType_loader_feature = Loader _UI_ArrayType_sqlInsert_feature = Sql Insert _UI_ArrayType_sqlUpdate_feature = Sql Update _UI_ArrayType_sqlDelete_feature = Sql Delete _UI_ArrayType_sqlDeleteAll_feature = Sql Delete All _UI_ArrayType_access_feature = Access _UI_ArrayType_batchSize_feature = Batch Size _UI_ArrayType_cascade_feature = Cascade _UI_ArrayType_catalog_feature = Catalog _UI_ArrayType_check_feature = Check _UI_ArrayType_collectionType_feature = Collection Type _UI_ArrayType_elementClass_feature = Element Class _UI_ArrayType_embedXml_feature = Embed Xml _UI_ArrayType_fetch_feature = Fetch _UI_ArrayType_inverse_feature = Inverse _UI_ArrayType_name_feature = Name _UI_ArrayType_node_feature = Node _UI_ArrayType_optimisticLock_feature = Optimistic Lock _UI_ArrayType_outerJoin_feature = Outer Join _UI_ArrayType_persister_feature = Persister _UI_ArrayType_schema_feature = Schema _UI_ArrayType_subselect1_feature = Subselect1 _UI_ArrayType_table_feature = Table _UI_ArrayType_where_feature = Where _UI_BagType_meta_feature = Meta _UI_BagType_subselect_feature = Subselect _UI_BagType_cache_feature = Cache _UI_BagType_synchronize_feature = Synchronize _UI_BagType_key_feature = Key _UI_BagType_element_feature = Element _UI_BagType_oneToMany_feature = One To Many _UI_BagType_manyToMany_feature = Many To Many _UI_BagType_compositeElement_feature = Composite Element _UI_BagType_manyToAny_feature = Many To Any _UI_BagType_loader_feature = Loader _UI_BagType_sqlInsert_feature = Sql Insert _UI_BagType_sqlUpdate_feature = Sql Update _UI_BagType_sqlDelete_feature = Sql Delete _UI_BagType_sqlDeleteAll_feature = Sql Delete All _UI_BagType_filter_feature = Filter _UI_BagType_access_feature = Access _UI_BagType_batchSize_feature = Batch Size _UI_BagType_cascade_feature = Cascade _UI_BagType_catalog_feature = Catalog _UI_BagType_check_feature = Check _UI_BagType_collectionType_feature = Collection Type _UI_BagType_embedXml_feature = Embed Xml _UI_BagType_fetch_feature = Fetch _UI_BagType_inverse_feature = Inverse _UI_BagType_lazy_feature = Lazy _UI_BagType_name_feature = Name _UI_BagType_node_feature = Node _UI_BagType_optimisticLock_feature = Optimistic Lock _UI_BagType_orderBy_feature = Order By _UI_BagType_outerJoin_feature = Outer Join _UI_BagType_persister_feature = Persister _UI_BagType_schema_feature = Schema _UI_BagType_subselect1_feature = Subselect1 _UI_BagType_table_feature = Table _UI_BagType_where_feature = Where _UI_CacheType_region_feature = Region _UI_CacheType_usage_feature = Usage _UI_ClassType_meta_feature = Meta _UI_ClassType_subselect_feature = Subselect _UI_ClassType_cache_feature = Cache _UI_ClassType_synchronize_feature = Synchronize _UI_ClassType_id_feature = Id _UI_ClassType_compositeId_feature = Composite Id _UI_ClassType_discriminator_feature = Discriminator _UI_ClassType_version_feature = Version _UI_ClassType_timestamp_feature = Timestamp _UI_ClassType_group_feature = Group _UI_ClassType_property_feature = Property _UI_ClassType_manyToOne_feature = Many To One _UI_ClassType_oneToOne_feature = One To One _UI_ClassType_component_feature = Component _UI_ClassType_dynamicComponent_feature = Dynamic Component _UI_ClassType_properties_feature = Properties _UI_ClassType_any_feature = Any _UI_ClassType_map_feature = Map _UI_ClassType_set_feature = Set _UI_ClassType_list_feature = List _UI_ClassType_bag_feature = Bag _UI_ClassType_idbag_feature = Idbag _UI_ClassType_array_feature = Array _UI_ClassType_primitiveArray_feature = Primitive Array _UI_ClassType_queryList_feature = Query List _UI_ClassType_join_feature = Join _UI_ClassType_subclass_feature = Subclass _UI_ClassType_joinedSubclass_feature = Joined Subclass _UI_ClassType_unionSubclass_feature = Union Subclass _UI_ClassType_loader_feature = Loader _UI_ClassType_sqlInsert_feature = Sql Insert _UI_ClassType_sqlUpdate_feature = Sql Update _UI_ClassType_sqlDelete_feature = Sql Delete _UI_ClassType_filter_feature = Filter _UI_ClassType_abstract_feature = Abstract _UI_ClassType_batchSize_feature = Batch Size _UI_ClassType_catalog_feature = Catalog _UI_ClassType_check_feature = Check _UI_ClassType_discriminatorValue_feature = Discriminator Value _UI_ClassType_dynamicInsert_feature = Dynamic Insert _UI_ClassType_dynamicUpdate_feature = Dynamic Update _UI_ClassType_entityName_feature = Entity Name _UI_ClassType_lazy_feature = Lazy _UI_ClassType_mutable_feature = Mutable _UI_ClassType_name_feature = Name _UI_ClassType_node_feature = Node _UI_ClassType_optimisticLock_feature = Optimistic Lock _UI_ClassType_persister_feature = Persister _UI_ClassType_polymorphism_feature = Polymorphism _UI_ClassType_proxy_feature = Proxy _UI_ClassType_rowid_feature = Rowid _UI_ClassType_schema_feature = Schema _UI_ClassType_selectBeforeUpdate_feature = Select Before Update _UI_ClassType_subselect1_feature = Subselect1 _UI_ClassType_table_feature = Table _UI_ClassType_where_feature = Where _UI_CollectionIdType_meta_feature = Meta _UI_CollectionIdType_column_feature = Column _UI_CollectionIdType_generator_feature = Generator _UI_CollectionIdType_column1_feature = Column1 _UI_CollectionIdType_length_feature = Length _UI_CollectionIdType_type_feature = Type _UI_ColumnType_check_feature = Check _UI_ColumnType_index_feature = Index _UI_ColumnType_length_feature = Length _UI_ColumnType_name_feature = Name _UI_ColumnType_notNull_feature = Not Null _UI_ColumnType_precision_feature = Precision _UI_ColumnType_scale_feature = Scale _UI_ColumnType_sqlType_feature = Sql Type _UI_ColumnType_unique_feature = Unique _UI_ColumnType_uniqueKey_feature = Unique Key _UI_ComponentType_meta_feature = Meta _UI_ComponentType_parent_feature = Parent _UI_ComponentType_group_feature = Group _UI_ComponentType_property_feature = Property _UI_ComponentType_manyToOne_feature = Many To One _UI_ComponentType_oneToOne_feature = One To One _UI_ComponentType_component_feature = Component _UI_ComponentType_dynamicComponent_feature = Dynamic Component _UI_ComponentType_any_feature = Any _UI_ComponentType_map_feature = Map _UI_ComponentType_set_feature = Set _UI_ComponentType_list_feature = List _UI_ComponentType_bag_feature = Bag _UI_ComponentType_array_feature = Array _UI_ComponentType_primitiveArray_feature = Primitive Array _UI_ComponentType_access_feature = Access _UI_ComponentType_class_feature = Class _UI_ComponentType_insert_feature = Insert _UI_ComponentType_lazy_feature = Lazy _UI_ComponentType_name_feature = Name _UI_ComponentType_node_feature = Node _UI_ComponentType_optimisticLock_feature = Optimistic Lock _UI_ComponentType_unique_feature = Unique _UI_ComponentType_update_feature = Update _UI_CompositeElementType_meta_feature = Meta _UI_CompositeElementType_parent_feature = Parent _UI_CompositeElementType_group_feature = Group _UI_CompositeElementType_property_feature = Property _UI_CompositeElementType_manyToOne_feature = Many To One _UI_CompositeElementType_any_feature = Any _UI_CompositeElementType_nestedCompositeElement_feature = Nested Composite Element _UI_CompositeElementType_class_feature = Class _UI_CompositeElementType_node_feature = Node _UI_CompositeIdType_meta_feature = Meta _UI_CompositeIdType_group_feature = Group _UI_CompositeIdType_keyProperty_feature = Key Property _UI_CompositeIdType_keyManyToOne_feature = Key Many To One _UI_CompositeIdType_access_feature = Access _UI_CompositeIdType_class_feature = Class _UI_CompositeIdType_name_feature = Name _UI_CompositeIdType_node_feature = Node _UI_CompositeIdType_unsavedValue_feature = Unsaved Value _UI_CompositeIndexType_group_feature = Group _UI_CompositeIndexType_keyProperty_feature = Key Property _UI_CompositeIndexType_keyManyToOne_feature = Key Many To One _UI_CompositeIndexType_class_feature = Class _UI_CompositeMapKeyType_group_feature = Group _UI_CompositeMapKeyType_keyProperty_feature = Key Property _UI_CompositeMapKeyType_keyManyToOne_feature = Key Many To One _UI_CompositeMapKeyType_class_feature = Class _UI_DiscriminatorType_column_feature = Column _UI_DiscriminatorType_formula_feature = Formula _UI_DiscriminatorType_column1_feature = Column1 _UI_DiscriminatorType_force_feature = Force _UI_DiscriminatorType_formula1_feature = Formula1 _UI_DiscriminatorType_insert_feature = Insert _UI_DiscriminatorType_length_feature = Length _UI_DiscriminatorType_notNull_feature = Not Null _UI_DiscriminatorType_type_feature = Type _UI_DocumentRoot_mixed_feature = Mixed _UI_DocumentRoot_xMLNSPrefixMap_feature = XMLNS Prefix Map _UI_DocumentRoot_xSISchemaLocation_feature = XSI Schema Location _UI_DocumentRoot_any_feature = Any _UI_DocumentRoot_array_feature = Array _UI_DocumentRoot_bag_feature = Bag _UI_DocumentRoot_cache_feature = Cache _UI_DocumentRoot_class_feature = Class _UI_DocumentRoot_collectionId_feature = Collection Id _UI_DocumentRoot_column_feature = Column _UI_DocumentRoot_component_feature = Component _UI_DocumentRoot_compositeElement_feature = Composite Element _UI_DocumentRoot_compositeId_feature = Composite Id _UI_DocumentRoot_compositeIndex_feature = Composite Index _UI_DocumentRoot_compositeMapKey_feature = Composite Map Key _UI_DocumentRoot_discriminator_feature = Discriminator _UI_DocumentRoot_dynamicComponent_feature = Dynamic Component _UI_DocumentRoot_element_feature = Element _UI_DocumentRoot_filter_feature = Filter _UI_DocumentRoot_filterDef_feature = Filter Def _UI_DocumentRoot_filterParam_feature = Filter Param _UI_DocumentRoot_formula_feature = Formula _UI_DocumentRoot_generator_feature = Generator _UI_DocumentRoot_hibernateMapping_feature = Hibernate Mapping _UI_DocumentRoot_id_feature = Id _UI_DocumentRoot_idbag_feature = Idbag _UI_DocumentRoot_import_feature = Import _UI_DocumentRoot_index_feature = Index _UI_DocumentRoot_indexManyToAny_feature = Index Many To Any _UI_DocumentRoot_indexManyToMany_feature = Index Many To Many _UI_DocumentRoot_join_feature = Join _UI_DocumentRoot_joinedSubclass_feature = Joined Subclass _UI_DocumentRoot_key_feature = Key _UI_DocumentRoot_keyManyToOne_feature = Key Many To One _UI_DocumentRoot_keyProperty_feature = Key Property _UI_DocumentRoot_list_feature = List _UI_DocumentRoot_listIndex_feature = List Index _UI_DocumentRoot_loadCollection_feature = Load Collection _UI_DocumentRoot_loader_feature = Loader _UI_DocumentRoot_manyToAny_feature = Many To Any _UI_DocumentRoot_manyToMany_feature = Many To Many _UI_DocumentRoot_manyToOne_feature = Many To One _UI_DocumentRoot_map_feature = Map _UI_DocumentRoot_mapKey_feature = Map Key _UI_DocumentRoot_mapKeyManyToMany_feature = Map Key Many To Many _UI_DocumentRoot_meta_feature = Meta _UI_DocumentRoot_metaValue_feature = Meta Value _UI_DocumentRoot_nestedCompositeElement_feature = Nested Composite Element _UI_DocumentRoot_oneToMany_feature = One To Many _UI_DocumentRoot_oneToOne_feature = One To One _UI_DocumentRoot_param_feature = Param _UI_DocumentRoot_parent_feature = Parent _UI_DocumentRoot_primitiveArray_feature = Primitive Array _UI_DocumentRoot_properties_feature = Properties _UI_DocumentRoot_property_feature = Property _UI_DocumentRoot_query_feature = Query _UI_DocumentRoot_queryList_feature = Query List _UI_DocumentRoot_representation_feature = Representation _UI_DocumentRoot_return_feature = Return _UI_DocumentRoot_returnColumn_feature = Return Column _UI_DocumentRoot_returnDiscriminator_feature = Return Discriminator _UI_DocumentRoot_returnJoin_feature = Return Join _UI_DocumentRoot_returnProperty_feature = Return Property _UI_DocumentRoot_returnScalar_feature = Return Scalar _UI_DocumentRoot_set_feature = Set _UI_DocumentRoot_sqlDelete_feature = Sql Delete _UI_DocumentRoot_sqlDeleteAll_feature = Sql Delete All _UI_DocumentRoot_sqlInsert_feature = Sql Insert _UI_DocumentRoot_sqlQuery_feature = Sql Query _UI_DocumentRoot_sqlUpdate_feature = Sql Update _UI_DocumentRoot_subclass_feature = Subclass _UI_DocumentRoot_subselect_feature = Subselect _UI_DocumentRoot_synchronize_feature = Synchronize _UI_DocumentRoot_timestamp_feature = Timestamp _UI_DocumentRoot_type_feature = Type _UI_DocumentRoot_typedef_feature = Typedef _UI_DocumentRoot_unionSubclass_feature = Union Subclass _UI_DocumentRoot_version_feature = Version _UI_DynamicComponentType_group_feature = Group _UI_DynamicComponentType_property_feature = Property _UI_DynamicComponentType_manyToOne_feature = Many To One _UI_DynamicComponentType_oneToOne_feature = One To One _UI_DynamicComponentType_component_feature = Component _UI_DynamicComponentType_dynamicComponent_feature = Dynamic Component _UI_DynamicComponentType_any_feature = Any _UI_DynamicComponentType_map_feature = Map _UI_DynamicComponentType_set_feature = Set _UI_DynamicComponentType_list_feature = List _UI_DynamicComponentType_bag_feature = Bag _UI_DynamicComponentType_array_feature = Array _UI_DynamicComponentType_primitiveArray_feature = Primitive Array _UI_DynamicComponentType_access_feature = Access _UI_DynamicComponentType_insert_feature = Insert _UI_DynamicComponentType_name_feature = Name _UI_DynamicComponentType_node_feature = Node _UI_DynamicComponentType_optimisticLock_feature = Optimistic Lock _UI_DynamicComponentType_unique_feature = Unique _UI_DynamicComponentType_update_feature = Update _UI_ElementType_group_feature = Group _UI_ElementType_column_feature = Column _UI_ElementType_formula_feature = Formula _UI_ElementType_column1_feature = Column1 _UI_ElementType_formula1_feature = Formula1 _UI_ElementType_length_feature = Length _UI_ElementType_node_feature = Node _UI_ElementType_notNull_feature = Not Null _UI_ElementType_precision_feature = Precision _UI_ElementType_scale_feature = Scale _UI_ElementType_type_feature = Type _UI_ElementType_unique_feature = Unique _UI_FilterDefType_mixed_feature = Mixed _UI_FilterDefType_filterParam_feature = Filter Param _UI_FilterDefType_condition_feature = Condition _UI_FilterDefType_name_feature = Name _UI_FilterParamType_name_feature = Name _UI_FilterParamType_type_feature = Type _UI_FilterType_mixed_feature = Mixed _UI_FilterType_condition_feature = Condition _UI_FilterType_name_feature = Name _UI_GeneratorType_param_feature = Param _UI_GeneratorType_class_feature = Class _UI_HibernateMappingType_meta_feature = Meta _UI_HibernateMappingType_typedef_feature = Typedef _UI_HibernateMappingType_import_feature = Import _UI_HibernateMappingType_group_feature = Group _UI_HibernateMappingType_class_feature = Class _UI_HibernateMappingType_subclass_feature = Subclass _UI_HibernateMappingType_joinedSubclass_feature = Joined Subclass _UI_HibernateMappingType_group1_feature = Group1 _UI_HibernateMappingType_query_feature = Query _UI_HibernateMappingType_sqlQuery_feature = Sql Query _UI_HibernateMappingType_filterDef_feature = Filter Def _UI_HibernateMappingType_autoImport_feature = Auto Import _UI_HibernateMappingType_catalog_feature = Catalog _UI_HibernateMappingType_defaultAccess_feature = Default Access _UI_HibernateMappingType_defaultCascade_feature = Default Cascade _UI_HibernateMappingType_defaultLazy_feature = Default Lazy _UI_HibernateMappingType_package_feature = Package _UI_HibernateMappingType_schema_feature = Schema _UI_IdbagType_meta_feature = Meta _UI_IdbagType_subselect_feature = Subselect _UI_IdbagType_cache_feature = Cache _UI_IdbagType_synchronize_feature = Synchronize _UI_IdbagType_collectionId_feature = Collection Id _UI_IdbagType_key_feature = Key _UI_IdbagType_element_feature = Element _UI_IdbagType_manyToMany_feature = Many To Many _UI_IdbagType_compositeElement_feature = Composite Element _UI_IdbagType_manyToAny_feature = Many To Any _UI_IdbagType_loader_feature = Loader _UI_IdbagType_sqlInsert_feature = Sql Insert _UI_IdbagType_sqlUpdate_feature = Sql Update _UI_IdbagType_sqlDelete_feature = Sql Delete _UI_IdbagType_sqlDeleteAll_feature = Sql Delete All _UI_IdbagType_filter_feature = Filter _UI_IdbagType_access_feature = Access _UI_IdbagType_batchSize_feature = Batch Size _UI_IdbagType_cascade_feature = Cascade _UI_IdbagType_catalog_feature = Catalog _UI_IdbagType_check_feature = Check _UI_IdbagType_collectionType_feature = Collection Type _UI_IdbagType_embedXml_feature = Embed Xml _UI_IdbagType_fetch_feature = Fetch _UI_IdbagType_lazy_feature = Lazy _UI_IdbagType_name_feature = Name _UI_IdbagType_node_feature = Node _UI_IdbagType_optimisticLock_feature = Optimistic Lock _UI_IdbagType_orderBy_feature = Order By _UI_IdbagType_outerJoin_feature = Outer Join _UI_IdbagType_persister_feature = Persister _UI_IdbagType_schema_feature = Schema _UI_IdbagType_subselect1_feature = Subselect1 _UI_IdbagType_table_feature = Table _UI_IdbagType_where_feature = Where _UI_IdType_meta_feature = Meta _UI_IdType_column_feature = Column _UI_IdType_generator_feature = Generator _UI_IdType_access_feature = Access _UI_IdType_column1_feature = Column1 _UI_IdType_length_feature = Length _UI_IdType_name_feature = Name _UI_IdType_node_feature = Node _UI_IdType_type_feature = Type _UI_IdType_unsavedValue_feature = Unsaved Value _UI_ImportType_class_feature = Class _UI_ImportType_rename_feature = Rename _UI_IndexManyToAnyType_column_feature = Column _UI_IndexManyToAnyType_column1_feature = Column1 _UI_IndexManyToAnyType_idType_feature = Id Type _UI_IndexManyToAnyType_metaType_feature = Meta Type _UI_IndexManyToManyType_column_feature = Column _UI_IndexManyToManyType_class_feature = Class _UI_IndexManyToManyType_column1_feature = Column1 _UI_IndexManyToManyType_entityName_feature = Entity Name _UI_IndexManyToManyType_foreignKey_feature = Foreign Key _UI_IndexType_column_feature = Column _UI_IndexType_column1_feature = Column1 _UI_IndexType_length_feature = Length _UI_IndexType_node_feature = Node _UI_IndexType_type_feature = Type _UI_JoinedSubclassType_meta_feature = Meta _UI_JoinedSubclassType_subselect_feature = Subselect _UI_JoinedSubclassType_synchronize_feature = Synchronize _UI_JoinedSubclassType_key_feature = Key _UI_JoinedSubclassType_group_feature = Group _UI_JoinedSubclassType_property_feature = Property _UI_JoinedSubclassType_manyToOne_feature = Many To One _UI_JoinedSubclassType_oneToOne_feature = One To One _UI_JoinedSubclassType_component_feature = Component _UI_JoinedSubclassType_dynamicComponent_feature = Dynamic Component _UI_JoinedSubclassType_any_feature = Any _UI_JoinedSubclassType_map_feature = Map _UI_JoinedSubclassType_set_feature = Set _UI_JoinedSubclassType_list_feature = List _UI_JoinedSubclassType_bag_feature = Bag _UI_JoinedSubclassType_idbag_feature = Idbag _UI_JoinedSubclassType_array_feature = Array _UI_JoinedSubclassType_primitiveArray_feature = Primitive Array _UI_JoinedSubclassType_queryList_feature = Query List _UI_JoinedSubclassType_joinedSubclass_feature = Joined Subclass _UI_JoinedSubclassType_loader_feature = Loader _UI_JoinedSubclassType_sqlInsert_feature = Sql Insert _UI_JoinedSubclassType_sqlUpdate_feature = Sql Update _UI_JoinedSubclassType_sqlDelete_feature = Sql Delete _UI_JoinedSubclassType_abstract_feature = Abstract _UI_JoinedSubclassType_batchSize_feature = Batch Size _UI_JoinedSubclassType_catalog_feature = Catalog _UI_JoinedSubclassType_check_feature = Check _UI_JoinedSubclassType_dynamicInsert_feature = Dynamic Insert _UI_JoinedSubclassType_dynamicUpdate_feature = Dynamic Update _UI_JoinedSubclassType_entityName_feature = Entity Name _UI_JoinedSubclassType_extends_feature = Extends _UI_JoinedSubclassType_lazy_feature = Lazy _UI_JoinedSubclassType_name_feature = Name _UI_JoinedSubclassType_node_feature = Node _UI_JoinedSubclassType_persister_feature = Persister _UI_JoinedSubclassType_proxy_feature = Proxy _UI_JoinedSubclassType_schema_feature = Schema _UI_JoinedSubclassType_selectBeforeUpdate_feature = Select Before Update _UI_JoinedSubclassType_subselect1_feature = Subselect1 _UI_JoinedSubclassType_table_feature = Table _UI_JoinType_subselect_feature = Subselect _UI_JoinType_key_feature = Key _UI_JoinType_group_feature = Group _UI_JoinType_property_feature = Property _UI_JoinType_manyToOne_feature = Many To One _UI_JoinType_component_feature = Component _UI_JoinType_dynamicComponent_feature = Dynamic Component _UI_JoinType_any_feature = Any _UI_JoinType_sqlInsert_feature = Sql Insert _UI_JoinType_sqlUpdate_feature = Sql Update _UI_JoinType_sqlDelete_feature = Sql Delete _UI_JoinType_catalog_feature = Catalog _UI_JoinType_fetch_feature = Fetch _UI_JoinType_inverse_feature = Inverse _UI_JoinType_optional_feature = Optional _UI_JoinType_schema_feature = Schema _UI_JoinType_subselect1_feature = Subselect1 _UI_JoinType_table_feature = Table _UI_KeyManyToOneType_meta_feature = Meta _UI_KeyManyToOneType_column_feature = Column _UI_KeyManyToOneType_access_feature = Access _UI_KeyManyToOneType_class_feature = Class _UI_KeyManyToOneType_column1_feature = Column1 _UI_KeyManyToOneType_entityName_feature = Entity Name _UI_KeyManyToOneType_foreignKey_feature = Foreign Key _UI_KeyManyToOneType_name_feature = Name _UI_KeyPropertyType_meta_feature = Meta _UI_KeyPropertyType_column_feature = Column _UI_KeyPropertyType_access_feature = Access _UI_KeyPropertyType_column1_feature = Column1 _UI_KeyPropertyType_length_feature = Length _UI_KeyPropertyType_name_feature = Name _UI_KeyPropertyType_type_feature = Type _UI_KeyType_column_feature = Column _UI_KeyType_column1_feature = Column1 _UI_KeyType_foreignKey_feature = Foreign Key _UI_KeyType_notNull_feature = Not Null _UI_KeyType_onDelete_feature = On Delete _UI_KeyType_propertyRef_feature = Property Ref _UI_KeyType_unique_feature = Unique _UI_KeyType_update_feature = Update _UI_ListIndexType_column_feature = Column _UI_ListIndexType_base_feature = Base _UI_ListIndexType_column1_feature = Column1 _UI_ListIndexType_node_feature = Node _UI_ListType_meta_feature = Meta _UI_ListType_subselect_feature = Subselect _UI_ListType_cache_feature = Cache _UI_ListType_synchronize_feature = Synchronize _UI_ListType_key_feature = Key _UI_ListType_index_feature = Index _UI_ListType_listIndex_feature = List Index _UI_ListType_element_feature = Element _UI_ListType_oneToMany_feature = One To Many _UI_ListType_manyToMany_feature = Many To Many _UI_ListType_compositeElement_feature = Composite Element _UI_ListType_manyToAny_feature = Many To Any _UI_ListType_loader_feature = Loader _UI_ListType_sqlInsert_feature = Sql Insert _UI_ListType_sqlUpdate_feature = Sql Update _UI_ListType_sqlDelete_feature = Sql Delete _UI_ListType_sqlDeleteAll_feature = Sql Delete All _UI_ListType_filter_feature = Filter _UI_ListType_access_feature = Access _UI_ListType_batchSize_feature = Batch Size _UI_ListType_cascade_feature = Cascade _UI_ListType_catalog_feature = Catalog _UI_ListType_check_feature = Check _UI_ListType_collectionType_feature = Collection Type _UI_ListType_embedXml_feature = Embed Xml _UI_ListType_fetch_feature = Fetch _UI_ListType_inverse_feature = Inverse _UI_ListType_lazy_feature = Lazy _UI_ListType_name_feature = Name _UI_ListType_node_feature = Node _UI_ListType_optimisticLock_feature = Optimistic Lock _UI_ListType_outerJoin_feature = Outer Join _UI_ListType_persister_feature = Persister _UI_ListType_schema_feature = Schema _UI_ListType_subselect1_feature = Subselect1 _UI_ListType_table_feature = Table _UI_ListType_where_feature = Where _UI_LoadCollectionType_alias_feature = Alias _UI_LoadCollectionType_lockMode_feature = Lock Mode _UI_LoadCollectionType_role_feature = Role _UI_LoaderType_queryRef_feature = Query Ref _UI_ManyToAnyType_metaValue_feature = Meta Value _UI_ManyToAnyType_column_feature = Column _UI_ManyToAnyType_column1_feature = Column1 _UI_ManyToAnyType_idType_feature = Id Type _UI_ManyToAnyType_metaType_feature = Meta Type _UI_ManyToManyType_meta_feature = Meta _UI_ManyToManyType_group_feature = Group _UI_ManyToManyType_column_feature = Column _UI_ManyToManyType_formula_feature = Formula _UI_ManyToManyType_class_feature = Class _UI_ManyToManyType_column1_feature = Column1 _UI_ManyToManyType_embedXml_feature = Embed Xml _UI_ManyToManyType_entityName_feature = Entity Name _UI_ManyToManyType_fetch_feature = Fetch _UI_ManyToManyType_foreignKey_feature = Foreign Key _UI_ManyToManyType_formula1_feature = Formula1 _UI_ManyToManyType_node_feature = Node _UI_ManyToManyType_outerJoin_feature = Outer Join _UI_ManyToManyType_unique_feature = Unique _UI_ManyToOneType_meta_feature = Meta _UI_ManyToOneType_group_feature = Group _UI_ManyToOneType_column_feature = Column _UI_ManyToOneType_formula_feature = Formula _UI_ManyToOneType_access_feature = Access _UI_ManyToOneType_cascade_feature = Cascade _UI_ManyToOneType_class_feature = Class _UI_ManyToOneType_column1_feature = Column1 _UI_ManyToOneType_embedXml_feature = Embed Xml _UI_ManyToOneType_entityName_feature = Entity Name _UI_ManyToOneType_fetch_feature = Fetch _UI_ManyToOneType_foreignKey_feature = Foreign Key _UI_ManyToOneType_formula1_feature = Formula1 _UI_ManyToOneType_index_feature = Index _UI_ManyToOneType_insert_feature = Insert _UI_ManyToOneType_lazy_feature = Lazy _UI_ManyToOneType_name_feature = Name _UI_ManyToOneType_node_feature = Node _UI_ManyToOneType_notNull_feature = Not Null _UI_ManyToOneType_optimisticLock_feature = Optimistic Lock _UI_ManyToOneType_outerJoin_feature = Outer Join _UI_ManyToOneType_propertyRef_feature = Property Ref _UI_ManyToOneType_unique_feature = Unique _UI_ManyToOneType_update_feature = Update _UI_MapKeyManyToManyType_group_feature = Group _UI_MapKeyManyToManyType_column_feature = Column _UI_MapKeyManyToManyType_formula_feature = Formula _UI_MapKeyManyToManyType_class_feature = Class _UI_MapKeyManyToManyType_column1_feature = Column1 _UI_MapKeyManyToManyType_entityName_feature = Entity Name _UI_MapKeyManyToManyType_foreignKey_feature = Foreign Key _UI_MapKeyManyToManyType_formula1_feature = Formula1 _UI_MapKeyType_group_feature = Group _UI_MapKeyType_column_feature = Column _UI_MapKeyType_formula_feature = Formula _UI_MapKeyType_column1_feature = Column1 _UI_MapKeyType_formula1_feature = Formula1 _UI_MapKeyType_length_feature = Length _UI_MapKeyType_node_feature = Node _UI_MapKeyType_type_feature = Type _UI_MapType_meta_feature = Meta _UI_MapType_subselect_feature = Subselect _UI_MapType_cache_feature = Cache _UI_MapType_synchronize_feature = Synchronize _UI_MapType_key_feature = Key _UI_MapType_mapKey_feature = Map Key _UI_MapType_compositeMapKey_feature = Composite Map Key _UI_MapType_mapKeyManyToMany_feature = Map Key Many To Many _UI_MapType_index_feature = Index _UI_MapType_compositeIndex_feature = Composite Index _UI_MapType_indexManyToMany_feature = Index Many To Many _UI_MapType_indexManyToAny_feature = Index Many To Any _UI_MapType_element_feature = Element _UI_MapType_oneToMany_feature = One To Many _UI_MapType_manyToMany_feature = Many To Many _UI_MapType_compositeElement_feature = Composite Element _UI_MapType_manyToAny_feature = Many To Any _UI_MapType_loader_feature = Loader _UI_MapType_sqlInsert_feature = Sql Insert _UI_MapType_sqlUpdate_feature = Sql Update _UI_MapType_sqlDelete_feature = Sql Delete _UI_MapType_sqlDeleteAll_feature = Sql Delete All _UI_MapType_filter_feature = Filter _UI_MapType_access_feature = Access _UI_MapType_batchSize_feature = Batch Size _UI_MapType_cascade_feature = Cascade _UI_MapType_catalog_feature = Catalog _UI_MapType_check_feature = Check _UI_MapType_collectionType_feature = Collection Type _UI_MapType_embedXml_feature = Embed Xml _UI_MapType_fetch_feature = Fetch _UI_MapType_inverse_feature = Inverse _UI_MapType_lazy_feature = Lazy _UI_MapType_name_feature = Name _UI_MapType_node_feature = Node _UI_MapType_optimisticLock_feature = Optimistic Lock _UI_MapType_orderBy_feature = Order By _UI_MapType_outerJoin_feature = Outer Join _UI_MapType_persister_feature = Persister _UI_MapType_schema_feature = Schema _UI_MapType_sort_feature = Sort _UI_MapType_subselect1_feature = Subselect1 _UI_MapType_table_feature = Table _UI_MapType_where_feature = Where _UI_MetaType_mixed_feature = Mixed _UI_MetaType_attribute_feature = Attribute _UI_MetaType_inherit_feature = Inherit _UI_MetaValueType_class_feature = Class _UI_MetaValueType_value_feature = Value _UI_NestedCompositeElementType_parent_feature = Parent _UI_NestedCompositeElementType_group_feature = Group _UI_NestedCompositeElementType_property_feature = Property _UI_NestedCompositeElementType_manyToOne_feature = Many To One _UI_NestedCompositeElementType_any_feature = Any _UI_NestedCompositeElementType_nestedCompositeElement_feature = Nested Composite Element _UI_NestedCompositeElementType_access_feature = Access _UI_NestedCompositeElementType_class_feature = Class _UI_NestedCompositeElementType_name_feature = Name _UI_NestedCompositeElementType_node_feature = Node _UI_OneToManyType_class_feature = Class _UI_OneToManyType_embedXml_feature = Embed Xml _UI_OneToManyType_entityName_feature = Entity Name _UI_OneToManyType_node_feature = Node _UI_OneToOneType_meta_feature = Meta _UI_OneToOneType_formula_feature = Formula _UI_OneToOneType_access_feature = Access _UI_OneToOneType_cascade_feature = Cascade _UI_OneToOneType_class_feature = Class _UI_OneToOneType_constrained_feature = Constrained _UI_OneToOneType_embedXml_feature = Embed Xml _UI_OneToOneType_entityName_feature = Entity Name _UI_OneToOneType_fetch_feature = Fetch _UI_OneToOneType_foreignKey_feature = Foreign Key _UI_OneToOneType_formula1_feature = Formula1 _UI_OneToOneType_lazy_feature = Lazy _UI_OneToOneType_name_feature = Name _UI_OneToOneType_node_feature = Node _UI_OneToOneType_outerJoin_feature = Outer Join _UI_OneToOneType_propertyRef_feature = Property Ref _UI_ParamType_mixed_feature = Mixed _UI_ParamType_name_feature = Name _UI_ParentType_name_feature = Name _UI_PrimitiveArrayType_meta_feature = Meta _UI_PrimitiveArrayType_subselect_feature = Subselect _UI_PrimitiveArrayType_cache_feature = Cache _UI_PrimitiveArrayType_synchronize_feature = Synchronize _UI_PrimitiveArrayType_key_feature = Key _UI_PrimitiveArrayType_index_feature = Index _UI_PrimitiveArrayType_listIndex_feature = List Index _UI_PrimitiveArrayType_element_feature = Element _UI_PrimitiveArrayType_loader_feature = Loader _UI_PrimitiveArrayType_sqlInsert_feature = Sql Insert _UI_PrimitiveArrayType_sqlUpdate_feature = Sql Update _UI_PrimitiveArrayType_sqlDelete_feature = Sql Delete _UI_PrimitiveArrayType_sqlDeleteAll_feature = Sql Delete All _UI_PrimitiveArrayType_access_feature = Access _UI_PrimitiveArrayType_batchSize_feature = Batch Size _UI_PrimitiveArrayType_catalog_feature = Catalog _UI_PrimitiveArrayType_check_feature = Check _UI_PrimitiveArrayType_collectionType_feature = Collection Type _UI_PrimitiveArrayType_embedXml_feature = Embed Xml _UI_PrimitiveArrayType_fetch_feature = Fetch _UI_PrimitiveArrayType_name_feature = Name _UI_PrimitiveArrayType_node_feature = Node _UI_PrimitiveArrayType_optimisticLock_feature = Optimistic Lock _UI_PrimitiveArrayType_outerJoin_feature = Outer Join _UI_PrimitiveArrayType_persister_feature = Persister _UI_PrimitiveArrayType_schema_feature = Schema _UI_PrimitiveArrayType_subselect1_feature = Subselect1 _UI_PrimitiveArrayType_table_feature = Table _UI_PrimitiveArrayType_where_feature = Where _UI_PropertiesType_group_feature = Group _UI_PropertiesType_property_feature = Property _UI_PropertiesType_manyToOne_feature = Many To One _UI_PropertiesType_component_feature = Component _UI_PropertiesType_dynamicComponent_feature = Dynamic Component _UI_PropertiesType_insert_feature = Insert _UI_PropertiesType_name_feature = Name _UI_PropertiesType_node_feature = Node _UI_PropertiesType_optimisticLock_feature = Optimistic Lock _UI_PropertiesType_unique_feature = Unique _UI_PropertiesType_update_feature = Update _UI_PropertyType_meta_feature = Meta _UI_PropertyType_group_feature = Group _UI_PropertyType_column_feature = Column _UI_PropertyType_formula_feature = Formula _UI_PropertyType_type_feature = Type _UI_PropertyType_access_feature = Access _UI_PropertyType_column1_feature = Column1 _UI_PropertyType_formula1_feature = Formula1 _UI_PropertyType_index_feature = Index _UI_PropertyType_insert_feature = Insert _UI_PropertyType_lazy_feature = Lazy _UI_PropertyType_length_feature = Length _UI_PropertyType_name_feature = Name _UI_PropertyType_node_feature = Node _UI_PropertyType_notNull_feature = Not Null _UI_PropertyType_optimisticLock_feature = Optimistic Lock _UI_PropertyType_precision_feature = Precision _UI_PropertyType_scale_feature = Scale _UI_PropertyType_type1_feature = Type1 _UI_PropertyType_unique_feature = Unique _UI_PropertyType_update_feature = Update _UI_QueryListType_name_feature = Name _UI_QueryListType_queryRef_feature = Query Ref _UI_QueryType_mixed_feature = Mixed _UI_QueryType_representation_feature = Representation _UI_QueryType_cacheable_feature = Cacheable _UI_QueryType_cacheRegion_feature = Cache Region _UI_QueryType_fetchSize_feature = Fetch Size _UI_QueryType_flushMode_feature = Flush Mode _UI_QueryType_name_feature = Name _UI_QueryType_timeout_feature = Timeout _UI_RepresentationType_name_feature = Name _UI_ReturnColumnType_name_feature = Name _UI_ReturnDiscriminatorType_column_feature = Column _UI_ReturnJoinType_alias_feature = Alias _UI_ReturnJoinType_lockMode_feature = Lock Mode _UI_ReturnJoinType_property_feature = Property _UI_ReturnPropertyType_returnColumn_feature = Return Column _UI_ReturnPropertyType_column_feature = Column _UI_ReturnPropertyType_name_feature = Name _UI_ReturnScalarType_column_feature = Column _UI_ReturnScalarType_type_feature = Type _UI_ReturnType_group_feature = Group _UI_ReturnType_returnDiscriminator_feature = Return Discriminator _UI_ReturnType_returnProperty_feature = Return Property _UI_ReturnType_alias_feature = Alias _UI_ReturnType_class_feature = Class _UI_ReturnType_entityName_feature = Entity Name _UI_ReturnType_lockMode_feature = Lock Mode _UI_SetType_meta_feature = Meta _UI_SetType_subselect_feature = Subselect _UI_SetType_cache_feature = Cache _UI_SetType_synchronize_feature = Synchronize _UI_SetType_key_feature = Key _UI_SetType_element_feature = Element _UI_SetType_oneToMany_feature = One To Many _UI_SetType_manyToMany_feature = Many To Many _UI_SetType_compositeElement_feature = Composite Element _UI_SetType_manyToAny_feature = Many To Any _UI_SetType_loader_feature = Loader _UI_SetType_sqlInsert_feature = Sql Insert _UI_SetType_sqlUpdate_feature = Sql Update _UI_SetType_sqlDelete_feature = Sql Delete _UI_SetType_sqlDeleteAll_feature = Sql Delete All _UI_SetType_filter_feature = Filter _UI_SetType_access_feature = Access _UI_SetType_batchSize_feature = Batch Size _UI_SetType_cascade_feature = Cascade _UI_SetType_catalog_feature = Catalog _UI_SetType_check_feature = Check _UI_SetType_collectionType_feature = Collection Type _UI_SetType_embedXml_feature = Embed Xml _UI_SetType_fetch_feature = Fetch _UI_SetType_inverse_feature = Inverse _UI_SetType_lazy_feature = Lazy _UI_SetType_name_feature = Name _UI_SetType_node_feature = Node _UI_SetType_optimisticLock_feature = Optimistic Lock _UI_SetType_orderBy_feature = Order By _UI_SetType_outerJoin_feature = Outer Join _UI_SetType_persister_feature = Persister _UI_SetType_schema_feature = Schema _UI_SetType_sort_feature = Sort _UI_SetType_subselect1_feature = Subselect1 _UI_SetType_table_feature = Table _UI_SetType_where_feature = Where _UI_SqlDeleteAllType_mixed_feature = Mixed _UI_SqlDeleteAllType_callable_feature = Callable _UI_SqlDeleteType_mixed_feature = Mixed _UI_SqlDeleteType_callable_feature = Callable _UI_SqlInsertType_mixed_feature = Mixed _UI_SqlInsertType_callable_feature = Callable _UI_SqlQueryType_mixed_feature = Mixed _UI_SqlQueryType_group_feature = Group _UI_SqlQueryType_returnScalar_feature = Return Scalar _UI_SqlQueryType_return_feature = Return _UI_SqlQueryType_returnJoin_feature = Return Join _UI_SqlQueryType_loadCollection_feature = Load Collection _UI_SqlQueryType_synchronize_feature = Synchronize _UI_SqlQueryType_cacheable_feature = Cacheable _UI_SqlQueryType_cacheRegion_feature = Cache Region _UI_SqlQueryType_callable_feature = Callable _UI_SqlQueryType_fetchSize_feature = Fetch Size _UI_SqlQueryType_flushMode_feature = Flush Mode _UI_SqlQueryType_name_feature = Name _UI_SqlQueryType_timeout_feature = Timeout _UI_SqlUpdateType_mixed_feature = Mixed _UI_SqlUpdateType_callable_feature = Callable _UI_SubclassType_meta_feature = Meta _UI_SubclassType_synchronize_feature = Synchronize _UI_SubclassType_group_feature = Group _UI_SubclassType_property_feature = Property _UI_SubclassType_manyToOne_feature = Many To One _UI_SubclassType_oneToOne_feature = One To One _UI_SubclassType_component_feature = Component _UI_SubclassType_dynamicComponent_feature = Dynamic Component _UI_SubclassType_any_feature = Any _UI_SubclassType_map_feature = Map _UI_SubclassType_set_feature = Set _UI_SubclassType_list_feature = List _UI_SubclassType_bag_feature = Bag _UI_SubclassType_idbag_feature = Idbag _UI_SubclassType_array_feature = Array _UI_SubclassType_primitiveArray_feature = Primitive Array _UI_SubclassType_queryList_feature = Query List _UI_SubclassType_join_feature = Join _UI_SubclassType_subclass_feature = Subclass _UI_SubclassType_loader_feature = Loader _UI_SubclassType_sqlInsert_feature = Sql Insert _UI_SubclassType_sqlUpdate_feature = Sql Update _UI_SubclassType_sqlDelete_feature = Sql Delete _UI_SubclassType_abstract_feature = Abstract _UI_SubclassType_batchSize_feature = Batch Size _UI_SubclassType_discriminatorValue_feature = Discriminator Value _UI_SubclassType_dynamicInsert_feature = Dynamic Insert _UI_SubclassType_dynamicUpdate_feature = Dynamic Update _UI_SubclassType_entityName_feature = Entity Name _UI_SubclassType_extends_feature = Extends _UI_SubclassType_lazy_feature = Lazy _UI_SubclassType_name_feature = Name _UI_SubclassType_node_feature = Node _UI_SubclassType_persister_feature = Persister _UI_SubclassType_proxy_feature = Proxy _UI_SubclassType_selectBeforeUpdate_feature = Select Before Update _UI_SynchronizeType_table_feature = Table _UI_TimestampType_meta_feature = Meta _UI_TimestampType_access_feature = Access _UI_TimestampType_column_feature = Column _UI_TimestampType_name_feature = Name _UI_TimestampType_node_feature = Node _UI_TimestampType_unsavedValue_feature = Unsaved Value _UI_TypedefType_param_feature = Param _UI_TypedefType_class_feature = Class _UI_TypedefType_name_feature = Name _UI_TypeType_param_feature = Param _UI_TypeType_name_feature = Name _UI_UnionSubclassType_meta_feature = Meta _UI_UnionSubclassType_subselect_feature = Subselect _UI_UnionSubclassType_synchronize_feature = Synchronize _UI_UnionSubclassType_group_feature = Group _UI_UnionSubclassType_property_feature = Property _UI_UnionSubclassType_manyToOne_feature = Many To One _UI_UnionSubclassType_oneToOne_feature = One To One _UI_UnionSubclassType_component_feature = Component _UI_UnionSubclassType_dynamicComponent_feature = Dynamic Component _UI_UnionSubclassType_any_feature = Any _UI_UnionSubclassType_map_feature = Map _UI_UnionSubclassType_set_feature = Set _UI_UnionSubclassType_list_feature = List _UI_UnionSubclassType_bag_feature = Bag _UI_UnionSubclassType_idbag_feature = Idbag _UI_UnionSubclassType_array_feature = Array _UI_UnionSubclassType_primitiveArray_feature = Primitive Array _UI_UnionSubclassType_queryList_feature = Query List _UI_UnionSubclassType_unionSubclass_feature = Union Subclass _UI_UnionSubclassType_loader_feature = Loader _UI_UnionSubclassType_sqlInsert_feature = Sql Insert _UI_UnionSubclassType_sqlUpdate_feature = Sql Update _UI_UnionSubclassType_sqlDelete_feature = Sql Delete _UI_UnionSubclassType_abstract_feature = Abstract _UI_UnionSubclassType_batchSize_feature = Batch Size _UI_UnionSubclassType_catalog_feature = Catalog _UI_UnionSubclassType_check_feature = Check _UI_UnionSubclassType_dynamicInsert_feature = Dynamic Insert _UI_UnionSubclassType_dynamicUpdate_feature = Dynamic Update _UI_UnionSubclassType_entityName_feature = Entity Name _UI_UnionSubclassType_extends_feature = Extends _UI_UnionSubclassType_lazy_feature = Lazy _UI_UnionSubclassType_name_feature = Name _UI_UnionSubclassType_node_feature = Node _UI_UnionSubclassType_persister_feature = Persister _UI_UnionSubclassType_proxy_feature = Proxy _UI_UnionSubclassType_schema_feature = Schema _UI_UnionSubclassType_selectBeforeUpdate_feature = Select Before Update _UI_UnionSubclassType_subselect1_feature = Subselect1 _UI_UnionSubclassType_table_feature = Table _UI_VersionType_meta_feature = Meta _UI_VersionType_access_feature = Access _UI_VersionType_column_feature = Column _UI_VersionType_name_feature = Name _UI_VersionType_node_feature = Node _UI_VersionType_type_feature = Type _UI_VersionType_unsavedValue_feature = Unsaved Value _UI_XMLTypeDocumentRoot_comment_feature = Comment _UI_XMLTypeDocumentRoot_text_feature = Text _UI_XMLTypeDocumentRoot_cDATA_feature = CDATA _UI_Unknown_feature = Unspecified _UI_AbstractType_true_literal = true _UI_AbstractType_false_literal = false _UI_AbstractType1_true_literal = true _UI_AbstractType1_false_literal = false _UI_AbstractType2_true_literal = true _UI_AbstractType2_false_literal = false _UI_AbstractType3_true_literal = true _UI_AbstractType3_false_literal = false _UI_AutoImportType_true_literal = true _UI_AutoImportType_false_literal = false _UI_CacheableType_true_literal = true _UI_CacheableType_false_literal = false _UI_CacheableType1_true_literal = true _UI_CacheableType1_false_literal = false _UI_CallableType_true_literal = true _UI_CallableType_false_literal = false _UI_CallableType1_true_literal = true _UI_CallableType1_false_literal = false _UI_CallableType2_true_literal = true _UI_CallableType2_false_literal = false _UI_CallableType3_true_literal = true _UI_CallableType3_false_literal = false _UI_CallableType4_true_literal = true _UI_CallableType4_false_literal = false _UI_ConstrainedType_true_literal = true _UI_ConstrainedType_false_literal = false _UI_DefaultLazyType_true_literal = true _UI_DefaultLazyType_false_literal = false _UI_DynamicInsertType_true_literal = true _UI_DynamicInsertType_false_literal = false _UI_DynamicInsertType1_true_literal = true _UI_DynamicInsertType1_false_literal = false _UI_DynamicInsertType2_true_literal = true _UI_DynamicInsertType2_false_literal = false _UI_DynamicInsertType3_true_literal = true _UI_DynamicInsertType3_false_literal = false _UI_DynamicUpdateType_true_literal = true _UI_DynamicUpdateType_false_literal = false _UI_DynamicUpdateType1_true_literal = true _UI_DynamicUpdateType1_false_literal = false _UI_DynamicUpdateType2_true_literal = true _UI_DynamicUpdateType2_false_literal = false _UI_DynamicUpdateType3_true_literal = true _UI_DynamicUpdateType3_false_literal = false _UI_EmbedXmlType_true_literal = true _UI_EmbedXmlType_false_literal = false _UI_EmbedXmlType1_true_literal = true _UI_EmbedXmlType1_false_literal = false _UI_EmbedXmlType2_true_literal = true _UI_EmbedXmlType2_false_literal = false _UI_EmbedXmlType3_true_literal = true _UI_EmbedXmlType3_false_literal = false _UI_EmbedXmlType4_true_literal = true _UI_EmbedXmlType4_false_literal = false _UI_EmbedXmlType5_true_literal = true _UI_EmbedXmlType5_false_literal = false _UI_EmbedXmlType6_true_literal = true _UI_EmbedXmlType6_false_literal = false _UI_EmbedXmlType7_true_literal = true _UI_EmbedXmlType7_false_literal = false _UI_EmbedXmlType8_true_literal = true _UI_EmbedXmlType8_false_literal = false _UI_EmbedXmlType9_true_literal = true _UI_EmbedXmlType9_false_literal = false _UI_EmbedXmlType10_true_literal = true _UI_EmbedXmlType10_false_literal = false _UI_FetchType_join_literal = join _UI_FetchType_select_literal = select _UI_FetchType_subselect_literal = subselect _UI_FetchType1_join_literal = join _UI_FetchType1_select_literal = select _UI_FetchType2_join_literal = join _UI_FetchType2_select_literal = select _UI_FetchType2_subselect_literal = subselect _UI_FetchType3_join_literal = join _UI_FetchType3_select_literal = select _UI_FetchType3_subselect_literal = subselect _UI_FetchType4_join_literal = join _UI_FetchType4_select_literal = select _UI_FetchType4_subselect_literal = subselect _UI_FetchType5_join_literal = join _UI_FetchType5_select_literal = select _UI_FetchType6_join_literal = join _UI_FetchType6_select_literal = select _UI_FetchType6_subselect_literal = subselect _UI_FetchType7_join_literal = join _UI_FetchType7_select_literal = select _UI_FetchType8_join_literal = join _UI_FetchType8_select_literal = select _UI_FetchType8_subselect_literal = subselect _UI_FetchType9_join_literal = join _UI_FetchType9_select_literal = select _UI_FetchType9_subselect_literal = subselect _UI_FetchType10_join_literal = join _UI_FetchType10_select_literal = select _UI_FlushModeType_auto_literal = auto _UI_FlushModeType_never_literal = never _UI_FlushModeType_always_literal = always _UI_FlushModeType1_auto_literal = auto _UI_FlushModeType1_never_literal = never _UI_FlushModeType1_always_literal = always _UI_ForceType_true_literal = true _UI_ForceType_false_literal = false _UI_InheritType_true_literal = true _UI_InheritType_false_literal = false _UI_InsertType_true_literal = true _UI_InsertType_false_literal = false _UI_InsertType1_true_literal = true _UI_InsertType1_false_literal = false _UI_InsertType2_true_literal = true _UI_InsertType2_false_literal = false _UI_InsertType3_true_literal = true _UI_InsertType3_false_literal = false _UI_InsertType4_true_literal = true _UI_InsertType4_false_literal = false _UI_InsertType5_true_literal = true _UI_InsertType5_false_literal = false _UI_InsertType6_true_literal = true _UI_InsertType6_false_literal = false _UI_InverseType_true_literal = true _UI_InverseType_false_literal = false _UI_InverseType1_true_literal = true _UI_InverseType1_false_literal = false _UI_InverseType2_true_literal = true _UI_InverseType2_false_literal = false _UI_InverseType3_true_literal = true _UI_InverseType3_false_literal = false _UI_InverseType4_true_literal = true _UI_InverseType4_false_literal = false _UI_InverseType5_true_literal = true _UI_InverseType5_false_literal = false _UI_LazyType_true_literal = true _UI_LazyType_false_literal = false _UI_LazyType1_true_literal = true _UI_LazyType1_false_literal = false _UI_LazyType2_true_literal = true _UI_LazyType2_false_literal = false _UI_LazyType3_true_literal = true _UI_LazyType3_false_literal = false _UI_LazyType4_true_literal = true _UI_LazyType4_false_literal = false _UI_LazyType5_true_literal = true _UI_LazyType5_false_literal = false _UI_LazyType6_true_literal = true _UI_LazyType6_false_literal = false _UI_LazyType7_true_literal = true _UI_LazyType7_false_literal = false _UI_LazyType8_true_literal = true _UI_LazyType8_false_literal = false _UI_LazyType9_true_literal = true _UI_LazyType9_false_literal = false _UI_LazyType10_true_literal = true _UI_LazyType10_false_literal = false _UI_LazyType11_true_literal = true _UI_LazyType11_false_literal = false _UI_LazyType12_true_literal = true _UI_LazyType12_false_literal = false _UI_LazyType13_true_literal = true _UI_LazyType13_false_literal = false _UI_MutableType_true_literal = true _UI_MutableType_false_literal = false _UI_NotNullType_true_literal = true _UI_NotNullType_false_literal = false _UI_NotNullType1_true_literal = true _UI_NotNullType1_false_literal = false _UI_NotNullType2_true_literal = true _UI_NotNullType2_false_literal = false _UI_NotNullType3_true_literal = true _UI_NotNullType3_false_literal = false _UI_NotNullType4_true_literal = true _UI_NotNullType4_false_literal = false _UI_NotNullType5_true_literal = true _UI_NotNullType5_false_literal = false _UI_OnDeleteType_cascade_literal = cascade _UI_OnDeleteType_noaction_literal = noaction _UI_OptimisticLockType_true_literal = true _UI_OptimisticLockType_false_literal = false _UI_OptimisticLockType1_true_literal = true _UI_OptimisticLockType1_false_literal = false _UI_OptimisticLockType2_true_literal = true _UI_OptimisticLockType2_false_literal = false _UI_OptimisticLockType3_true_literal = true _UI_OptimisticLockType3_false_literal = false _UI_OptimisticLockType4_none_literal = none _UI_OptimisticLockType4_version_literal = version _UI_OptimisticLockType4_dirty_literal = dirty _UI_OptimisticLockType4_all_literal = all _UI_OptimisticLockType5_true_literal = true _UI_OptimisticLockType5_false_literal = false _UI_OptimisticLockType6_true_literal = true _UI_OptimisticLockType6_false_literal = false _UI_OptimisticLockType7_true_literal = true _UI_OptimisticLockType7_false_literal = false _UI_OptimisticLockType8_true_literal = true _UI_OptimisticLockType8_false_literal = false _UI_OptimisticLockType9_true_literal = true _UI_OptimisticLockType9_false_literal = false _UI_OptimisticLockType10_true_literal = true _UI_OptimisticLockType10_false_literal = false _UI_OptimisticLockType11_true_literal = true _UI_OptimisticLockType11_false_literal = false _UI_OptimisticLockType12_true_literal = true _UI_OptimisticLockType12_false_literal = false _UI_OptimisticLockType13_true_literal = true _UI_OptimisticLockType13_false_literal = false _UI_OptionalType_true_literal = true _UI_OptionalType_false_literal = false _UI_OuterJoinType_true_literal = true _UI_OuterJoinType_false_literal = false _UI_OuterJoinType_auto_literal = auto _UI_OuterJoinType1_true_literal = true _UI_OuterJoinType1_false_literal = false _UI_OuterJoinType1_auto_literal = auto _UI_OuterJoinType2_true_literal = true _UI_OuterJoinType2_false_literal = false _UI_OuterJoinType2_auto_literal = auto _UI_OuterJoinType3_true_literal = true _UI_OuterJoinType3_false_literal = false _UI_OuterJoinType3_auto_literal = auto _UI_OuterJoinType4_true_literal = true _UI_OuterJoinType4_false_literal = false _UI_OuterJoinType4_auto_literal = auto _UI_OuterJoinType5_true_literal = true _UI_OuterJoinType5_false_literal = false _UI_OuterJoinType5_auto_literal = auto _UI_OuterJoinType6_true_literal = true _UI_OuterJoinType6_false_literal = false _UI_OuterJoinType6_auto_literal = auto _UI_OuterJoinType7_true_literal = true _UI_OuterJoinType7_false_literal = false _UI_OuterJoinType7_auto_literal = auto _UI_OuterJoinType8_true_literal = true _UI_OuterJoinType8_false_literal = false _UI_OuterJoinType8_auto_literal = auto _UI_OuterJoinType9_true_literal = true _UI_OuterJoinType9_false_literal = false _UI_OuterJoinType9_auto_literal = auto _UI_PolymorphismType_implicit_literal = implicit _UI_PolymorphismType_explicit_literal = explicit _UI_SelectBeforeUpdateType_true_literal = true _UI_SelectBeforeUpdateType_false_literal = false _UI_SelectBeforeUpdateType1_true_literal = true _UI_SelectBeforeUpdateType1_false_literal = false _UI_SelectBeforeUpdateType2_true_literal = true _UI_SelectBeforeUpdateType2_false_literal = false _UI_SelectBeforeUpdateType3_true_literal = true _UI_SelectBeforeUpdateType3_false_literal = false _UI_UniqueType_true_literal = true _UI_UniqueType_false_literal = false _UI_UniqueType1_true_literal = true _UI_UniqueType1_false_literal = false _UI_UniqueType2_true_literal = true _UI_UniqueType2_false_literal = false _UI_UniqueType3_true_literal = true _UI_UniqueType3_false_literal = false _UI_UniqueType4_true_literal = true _UI_UniqueType4_false_literal = false _UI_UniqueType5_true_literal = true _UI_UniqueType5_false_literal = false _UI_UniqueType6_true_literal = true _UI_UniqueType6_false_literal = false _UI_UniqueType7_true_literal = true _UI_UniqueType7_false_literal = false _UI_UniqueType8_true_literal = true _UI_UniqueType8_false_literal = false _UI_UnsavedValueType_null_literal = null _UI_UnsavedValueType_negative_literal = negative _UI_UnsavedValueType_undefined_literal = undefined _UI_UnsavedValueType1_null_literal = null _UI_UnsavedValueType1_undefined_literal = undefined _UI_UnsavedValueType2_undefined_literal = undefined _UI_UnsavedValueType2_any_literal = any _UI_UnsavedValueType2_none_literal = none _UI_UpdateType_true_literal = true _UI_UpdateType_false_literal = false _UI_UpdateType1_true_literal = true _UI_UpdateType1_false_literal = false _UI_UpdateType2_true_literal = true _UI_UpdateType2_false_literal = false _UI_UpdateType3_true_literal = true _UI_UpdateType3_false_literal = false _UI_UpdateType4_true_literal = true _UI_UpdateType4_false_literal = false _UI_UpdateType5_true_literal = true _UI_UpdateType5_false_literal = false _UI_UpdateType6_true_literal = true _UI_UpdateType6_false_literal = false