org.apache.cayenne.configuration
Interface RuntimeProperties
- All Known Implementing Classes:
- DefaultRuntimeProperties
public interface RuntimeProperties
Represents a properties map for a given CayenneRuntime
.
- Since:
- 3.1
get
String get(String key)
- Returns a String property value for a given key.
getInt
int getInt(String key,
int defaultValue)
getLong
long getLong(String key,
long defaultValue)
getBoolean
boolean getBoolean(String key,
boolean defaultValue)
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.