net.sf.basedb.core
Class Metadata.CollectionPropertyPath<C>
java.lang.Object
net.sf.basedb.core.Metadata.CollectionPropertyPath<C>
- All Implemented Interfaces:
- Metadata.PropertyPath<Collection<C>,Collection<C>>
- Enclosing class:
- Metadata<C>
static class Metadata.CollectionPropertyPath<C>
- extends Object
- implements Metadata.PropertyPath<Collection<C>,Collection<C>>
Property path implementation which wraps a collection inside an unmodifiable
collection.
- Since:
- 2.15
hibernateType
private final org.hibernate.type.Type hibernateType
Metadata.CollectionPropertyPath
Metadata.CollectionPropertyPath(org.hibernate.type.Type hibernateType)
getValue
public Collection<C> getValue(DbControl dc,
Collection<C> item)
- Description copied from interface:
Metadata.PropertyPath
- Get the value as defined by the implementation for the given item.
- Specified by:
getValue
in interface Metadata.PropertyPath<Collection<C>,Collection<C>>
- Parameters:
dc
- A DbControl to use for database access if neededitem
- The item that owns the value
- Returns:
- The value from the item
getHibernateType
public org.hibernate.type.Type getHibernateType()
- Description copied from interface:
Metadata.PropertyPath
- Get type information about the value that is returned by this path.
- Specified by:
getHibernateType
in interface Metadata.PropertyPath<Collection<C>,Collection<C>>
getPath
public String 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 interface Metadata.PropertyPath<Collection<C>,Collection<C>>
toString
public String toString()
- Overrides:
toString
in class Object