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
Modifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManager
protected MigrationModelEntity
-
Constructor Summary
-
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:
getStoredVersion
in interfaceMigrationModel
-
getResourcesTag
Deprecated.- Specified by:
getResourcesTag
in interfaceMigrationModel
-
setStoredVersion
- Specified by:
setStoredVersion
in interfaceMigrationModel
-