Package org.apache.cayenne.access.types
Interface InternalUnsupportedTypeFactory.Marker
-
- Enclosing class:
- InternalUnsupportedTypeFactory
public static interface InternalUnsupportedTypeFactory.MarkerMarker interface, that should be used by any internal value types, that could potentially get to the SQL
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringerrorMessage()Error message in case this object made it to the DB
-
-
-
Method Detail
-
errorMessage
default String errorMessage()
Error message in case this object made it to the DB
-
-