Uses of Class
org.apache.sis.metadata.sql.LookupInfo
Packages that use LookupInfo
Package
Description
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of LookupInfo in org.apache.sis.metadata.sql
Fields in org.apache.sis.metadata.sql with type parameters of type LookupInfoModifier and TypeFieldDescriptionprivate final ThreadLocal<LookupInfo>MetadataSource.lastUsedSome information about last used objects.Methods in org.apache.sis.metadata.sql that return LookupInfoModifier and TypeMethodDescription(package private) final LookupInfoMetadataSource.getLookupInfo(Class<?> type) Gets theLookupInfoinstance for call to theMetadataSource.readColumn(LookupInfo, Method, Dispatcher)method.Methods in org.apache.sis.metadata.sql with parameters of type LookupInfoModifier and TypeMethodDescriptionprivate ObjectDispatcher.fetchValue(LookupInfo info, Method method) Gets, computes or read from the database a metadata property value.(package private) final ObjectMetadataSource.readColumn(LookupInfo info, Method method, Dispatcher toSearch) Invoked byMetadataProxyfor fetching an attribute value from a table.