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.lastUsed
Some information about last used objects.Methods in org.apache.sis.metadata.sql that return LookupInfoModifier and TypeMethodDescription(package private) final LookupInfo
MetadataSource.getLookupInfo
(Class<?> type) Gets theLookupInfo
instance for call to theMetadataSource.readColumn(LookupInfo, Method, Dispatcher)
method.Methods in org.apache.sis.metadata.sql with parameters of type LookupInfoModifier and TypeMethodDescriptionprivate Object
Dispatcher.fetchValue
(LookupInfo info, Method method) Gets, computes or read from the database a metadata property value.(package private) final Object
MetadataSource.readColumn
(LookupInfo info, Method method, Dispatcher toSearch) Invoked byMetadataProxy
for fetching an attribute value from a table.