Registry / database / metamodel-core

metamodel-core

JSON →
library5.3.3javamavenunverified

MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores, providing rich querying abilities and a unified view of datastore structure.

<dependency> <groupId>org.apache.metamodel</groupId> <artifactId>MetaModel-core</artifactId> <version>5.3.3</version> </dependency>
INSTALL
IMPORT
SIG · METAMODEL-CORE
M
metamodel-core
databasejavav5.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MetaModel
org.apache.metamodel.MetaModel

Minimal usage showing import and access to schema via MetaModel.

import org.apache.metamodel.MetaModel; import org.apache.metamodel.schema.Schema; public class Example { public static void main(String[] args) { MetaModel metamodel = new MetaModel(); Schema schema = metamodel.getSchema(); System.out.println("Schema: " + schema.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
metamodel-core — mvn dependency:get metamodel-core · libregistry