Uses of Class
tigase.db.util.SchemaLoader.TypeInfo
-
Packages that use SchemaLoader.TypeInfo Package Description tigase.db.util -
-
Uses of SchemaLoader.TypeInfo in tigase.db.util
Methods in tigase.db.util that return types with arguments of type SchemaLoader.TypeInfo Modifier and Type Method Description static java.util.List<SchemaLoader.TypeInfo>SchemaLoader. getAllSupportedTypes()static java.util.stream.Stream<SchemaLoader.TypeInfo>SchemaLoader. getAllSupportedTypesStream()java.util.List<SchemaLoader.TypeInfo>DBSchemaLoader. getSupportedTypes()abstract java.util.List<SchemaLoader.TypeInfo>SchemaLoader. getSupportedTypes()Methods in tigase.db.util with parameters of type SchemaLoader.TypeInfo Modifier and Type Method Description intSchemaLoader.TypeInfo. compareTo(SchemaLoader.TypeInfo o)
-