Interface SchemaVersionAccess
-
- All Superinterfaces:
com.google.gwtorm.server.Access<CurrentSchemaVersion,CurrentSchemaVersion.Key>
public interface SchemaVersionAccess extends com.google.gwtorm.server.Access<CurrentSchemaVersion,CurrentSchemaVersion.Key>
Access interface forCurrentSchemaVersion
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentSchemaVersion
get(CurrentSchemaVersion.Key key)
-
-
-
Method Detail
-
get
CurrentSchemaVersion get(CurrentSchemaVersion.Key key) throws com.google.gwtorm.server.OrmException
- Specified by:
get
in interfacecom.google.gwtorm.server.Access<CurrentSchemaVersion,CurrentSchemaVersion.Key>
- Throws:
com.google.gwtorm.server.OrmException
-
-