Uses of Interface
com.jk.data.dataaccess.orm.JKObjectDataAccess
Packages that use JKObjectDataAccess
Package
Description
-
Uses of JKObjectDataAccess in com.jk.data.dataaccess
Methods in com.jk.data.dataaccess that return JKObjectDataAccessModifier and TypeMethodDescriptionstatic JKObjectDataAccess
JKDataAccessFactory.getObjectDataAccessService()
This method gets the object data access service using the default data source.static JKObjectDataAccess
JKDataAccessFactory.getObjectDataAccessService
(JKDataSource dataSource) This method gets the object data access service using the provided data source.static JKObjectDataAccess
JKDataAccessFactory.getObjectDataAccessService
(String databasePrefix) This method gets the object object data access service using the provided database prefix. -
Uses of JKObjectDataAccess in com.jk.data.dataaccess.nosql
Subinterfaces of JKObjectDataAccess in com.jk.data.dataaccess.nosqlModifier and TypeInterfaceDescriptioninterface
This interface extends theJKObjectDataAccess
interface to provide additional functionality specific to NoSQL databases. -
Uses of JKObjectDataAccess in com.jk.data.dataaccess.orm
Classes in com.jk.data.dataaccess.orm that implement JKObjectDataAccessModifier and TypeClassDescriptionclass
This class provides data access methods for interacting with objects.class
This class is used to manage objects of various classes within the memory. -
Uses of JKObjectDataAccess in com.jk.data.vendors.mongo
Classes in com.jk.data.vendors.mongo that implement JKObjectDataAccessModifier and TypeClassDescriptionclass
This class provides data access operations for MongoDB using the {JKNoSqlDataAccess} interface. -
Uses of JKObjectDataAccess in com.jk.webstack.controllers
Methods in com.jk.webstack.controllers that return JKObjectDataAccessModifier and TypeMethodDescriptionprotected JKObjectDataAccess
JKWebControllerWithOrmSupport.getDataAccess()
This method retrieves and returns the data access service responsible for handling database operations for the ORM entity associated with this controller.