Uses of Class
adalid.core.enums.BusinessKeyType
-
Packages that use BusinessKeyType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of BusinessKeyType in adalid.core
Methods in adalid.core that return BusinessKeyType Modifier and Type Method Description BusinessKeyTypeAbstractEntity. getBusinessKeyType() -
Uses of BusinessKeyType in adalid.core.annotations
Methods in adalid.core.annotations that return BusinessKeyType Modifier and Type Method Description BusinessKeyTypevalue()Deprecated. -
Uses of BusinessKeyType in adalid.core.enums
Methods in adalid.core.enums that return BusinessKeyType Modifier and Type Method Description static BusinessKeyTypeBusinessKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessKeyType[]BusinessKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BusinessKeyType in adalid.core.interfaces
Methods in adalid.core.interfaces that return BusinessKeyType Modifier and Type Method Description BusinessKeyTypeEntity. getBusinessKeyType()
-