Uses of Class
cz.diribet.aqdef.catalog.Catalog
-
Packages that use Catalog Package Description cz.diribet.aqdef.catalog -
-
Uses of Catalog in cz.diribet.aqdef.catalog
Methods in cz.diribet.aqdef.catalog that return Catalog Modifier and Type Method Description CatalogCatalogField. getCatalog()static CatalogCatalog. valueOf(String name)Returns the enum constant of this type with the specified name.static Catalog[]Catalog. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.diribet.aqdef.catalog that return types with arguments of type Catalog Modifier and Type Method Description static Set<Catalog>CatalogField. catalogsWithDefinedFields()Methods in cz.diribet.aqdef.catalog with parameters of type Catalog Modifier and Type Method Description static List<CatalogField>CatalogField. fieldsOfCatalog(Catalog catalog)static List<KKey>CatalogField. getKKeysOfCatalog(Catalog catalog)static List<KKey>CatalogField. getKKeysOfCatalog(Catalog catalog, Predicate<CatalogField> predicate)static CatalogFieldCatalogField. idFieldOfCatalog(Catalog catalog)Gets thefieldwhich is identifier (surrogate key) of the given catalog.
-