Package net.sf.basedb.core
Class Metadata.ReporterScore2DataPropertyPath
java.lang.Object
net.sf.basedb.core.Metadata.ReporterScore2DataPropertyPath
- All Implemented Interfaces:
Metadata.PropertyPath<ReporterScore,
ReporterListScoreData>
static class Metadata.ReporterScore2DataPropertyPath
extends Object
implements Metadata.PropertyPath<ReporterScore,ReporterListScoreData>
Property path implementation that converts a ReporterScore to a ReporterListScoreData
object.
- Since:
- 2.15
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet type information about the value that is returned by this path.getPath()
Get the path that this object represents.getValue
(DbControl dc, ReporterScore item) Get the value as defined by the implementation for the given item.toString()
-
Field Details
-
hibernateType
-
-
Constructor Details
-
ReporterScore2DataPropertyPath
ReporterScore2DataPropertyPath(Type hibernateType)
-
-
Method Details
-
getValue
Description copied from interface:Metadata.PropertyPath
Get the value as defined by the implementation for the given item.- Specified by:
getValue
in interfaceMetadata.PropertyPath<ReporterScore,
ReporterListScoreData> - Parameters:
dc
- A DbControl to use for database access if neededitem
- The item that owns the value- Returns:
- The value from the item
-
getHibernateType
Description copied from interface:Metadata.PropertyPath
Get type information about the value that is returned by this path.- Specified by:
getHibernateType
in interfaceMetadata.PropertyPath<ReporterScore,
ReporterListScoreData>
-
getPath
Description copied from interface:Metadata.PropertyPath
Get the path that this object represents. Implementors may return null if the path is an "invisible" transition, eg from BasicItem to BasicData or a cloned Date, etc.- Specified by:
getPath
in interfaceMetadata.PropertyPath<ReporterScore,
ReporterListScoreData>
-
toString
-