Package org.keycloak.models.jpa
Class MigrationModelAdapter
- java.lang.Object
- 
- org.keycloak.models.jpa.MigrationModelAdapter
 
- 
- All Implemented Interfaces:
- MigrationModel
 
 public class MigrationModelAdapter extends Object implements MigrationModel - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected javax.persistence.EntityManageremprotected MigrationModelEntitylatest
 - 
Constructor SummaryConstructors Constructor Description MigrationModelAdapter(javax.persistence.EntityManager em)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetResourcesTag()Deprecated.StringgetStoredVersion()voidsetStoredVersion(String version)
 
- 
- 
- 
Field Detail- 
emprotected javax.persistence.EntityManager em 
 - 
latestprotected MigrationModelEntity latest 
 
- 
 - 
Method Detail- 
getStoredVersionpublic String getStoredVersion() - Specified by:
- getStoredVersionin interface- MigrationModel
 
 - 
getResourcesTag@Deprecated public String getResourcesTag() Deprecated.- Specified by:
- getResourcesTagin interface- MigrationModel
 
 - 
setStoredVersionpublic void setStoredVersion(String version) - Specified by:
- setStoredVersionin interface- MigrationModel
 
 
- 
 
-