Registry / orm / ormlite-core

ormlite-core

JSON →
library6.1javamavenunverified

Lightweight Object Relational Mapping library for persisting Java objects to SQL databases.

<dependency> <groupId>com.j256.ormlite</groupId> <artifactId>ormlite-core</artifactId> <version>6.1</version> </dependency>
INSTALL
IMPORT
SIG · ORMLITE-CORE
O
ormlite-core
ormjavav6.1
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.

DaoManager
✓ com.j256.ormlite.dao.DaoManager

Create a DAO for database operations using ORMLite.

import com.j256.ormlite.dao.DaoManager; import com.j256.ormlite.dao.Dao; Dao<Account, String> dao = DaoManager.createDao(connectionSource, Account.class);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
ormlite-core — mvn dependency:get ormlite-core · libregistry