cborm
CtrlK
Install
  • Introduction
  • Intro
    • Release History
    • About This Book
  • Getting Started
    • Overview
    • Installation
    • Basic Crud - Services
    • Basic Crud - ActiveEntity
  • Base ORM Service
    • Overview
    • Service Properties
    • Concrete Services
    • Service Methods
      • Criteria Queries
      • Creation - Population
      • Counters
      • Deleting Entities
      • Entity Convenience Methods
      • Finders
      • Getters
      • ORM Session
        • clear
        • evict
        • evictCollection
        • evictQueries
        • getSessionStatistics
        • isSessionDirty
        • merge
        • sessionContains
      • Querying
      • Saving Entities
      • Utility Methods
    • Dynamic Finders+Counters
    • Automatic Java Types
  • Virtual Services
    • Overview
    • Service Properties
    • Concrete Virtual Services
  • Active Record
    • Active Entity Overview
    • Constructor Properties
    • Usage
    • Validation
  • Criteria Queries
    • Criteria Builder
    • Detached Criteria Builder
    • Help! I'm Not Getting the Result I expected!
  • Advanced Features
    • Automatic REST Crud
    • Hibernate Logging
    • Mementifier
    • ORM Events
    • Unique Property Validation
Powered by GitBook
On this page

Was this helpful?

Edit
  1. Base ORM Service
  2. Service Methods

ORM Session

clearevictevictCollectionevictQueriesgetSessionStatisticsisSessionDirtymergesessionContains
PreviousgetAllNextclear

Last updated 2 years ago

Was this helpful?