Package 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
- 
Method SummaryModifier and TypeMethodDescriptionReturns a String property value for a given key.Returns a String property value for a given key or a default value if a value is not present in properties or is null.booleangetBoolean(String key, boolean defaultValue) intlong
- 
Method Details- 
getReturns a String property value for a given key.
- 
getReturns a String property value for a given key or a default value if a value is not present in properties or is null.- Since:
- 4.0
 
- 
getInt
- 
getLong
- 
getBoolean
 
-