Package org.keycloak.models.jpa
Class MigrationModelAdapter
java.lang.Object
org.keycloak.models.jpa.MigrationModelAdapter
- All Implemented Interfaces:
 MigrationModel
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected MigrationModelEntity - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
em
protected jakarta.persistence.EntityManager em - 
latest
 
 - 
 - 
Constructor Details
- 
MigrationModelAdapter
public MigrationModelAdapter(jakarta.persistence.EntityManager em)  
 - 
 - 
Method Details
- 
getStoredVersion
- Specified by:
 getStoredVersionin interfaceMigrationModel
 - 
getResourcesTag
Deprecated.- Specified by:
 getResourcesTagin interfaceMigrationModel
 - 
setStoredVersion
- Specified by:
 setStoredVersionin interfaceMigrationModel
 
 -