Registry / orm / grails-datastore-core

grails-datastore-core

JSON →
library8.1.2javamavenunverified

Core module of GORM, the Grails Object-Relational Mapping framework for data access and persistence.

<dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-core</artifactId> <version>8.1.2</version> </dependency>
INSTALL
IMPORT
SIG · GRAILS-DATASTORE-C
G
grails-datastore-core
ormjavav8.1.2
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.

Transactional
grails.gorm.transactions.Transactional

Declare a transactional service method using GORM

import grails.gorm.transactions.Transactional; @Transactional void saveBook(String title) { new Book(title: title).save() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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