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 Summary
Modifier 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.boolean
getBoolean
(String key, boolean defaultValue) int
long
-
Method Details
-
get
Returns a String property value for a given key. -
get
Returns 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
-