Uses of Interface
overit.geocall.edm.model.BaseDataAttribute
Packages that use BaseDataAttribute
-
Uses of BaseDataAttribute in overit.geocall.edm.model
Subinterfaces of BaseDataAttribute in overit.geocall.edm.modelModifier and TypeInterfaceDescriptioninterfaceInterface about anextended data attributein theEntity-Data-Model (EDM).Classes in overit.geocall.edm.model that implement BaseDataAttributeModifier and TypeClassDescriptionclassRepresents an extended data attribute in the Entity-Data-Model (EDM).final recordBaseDataAttributeimplementation about astatic data attribute, i.e. a data attribute related to astatic columnof a table.Methods in overit.geocall.edm.model that return BaseDataAttributeModifier and TypeMethodDescriptionDataEntity.getBaseAttribute(String name) Retrieves theBaseDataAttributewith the specifiedname, if present.DataEntityImpl.getBaseAttribute(String name) Methods in overit.geocall.edm.model that return types with arguments of type BaseDataAttributeModifier and TypeMethodDescriptionIndexCreationParameters.fields()Returns the value of thefieldsrecord component.Index.getFields()Returns theList<BaseDataAttribute> (fields) that are part of this index.Constructor parameters in overit.geocall.edm.model with type arguments of type BaseDataAttributeModifierConstructorDescriptionIndexCreationParameters(Long id, @NotNull String realName, String description, boolean unique, boolean addReverse, @NotEmpty List<BaseDataAttribute> fields, @NotNull IndexCreationStatus status) Creates and returns a newIndexCreationParametersinstance using the provided parameters.