Package | Description |
---|---|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
Class and Description |
---|
ChainingInterceptor
Used by the
HibernateSessionFactoryBean to keep track of multiple interceptors Each of the methods in Interceptor are called for each interceptor that is added to this
class |
DbSession
This class has been created to provide backwards compatibility for modules, which need to support
OpenMRS 1.12 and before.
|
HibernateOpenmrsObjectDAO
Generic base class for all OpenMrs DAOs
|
HibernateSerializedObjectDAO
Hibernate specific database access methods for serialized objects
|
ImmutableEntityInterceptor
Superclass for all Interceptors that would like to ensure that changes to immutable entities of
specific types don't get persisted to the database, more granularity of the immutable properties
is also supported so as to allow editing some properties while not for others
NOTE: Subclasses MUST not make any changes to the persistent object because they get
called last, if they make any changes other interceptors would never know about them.
|
MatchMode |
PatientSearchMode |
QueryResult |
Copyright © 2024 OpenMRS Inc.. All rights reserved.