public interface AbstractPropertyBuilder
build
missing properties.SinglePropertyBuilder
Modifier and Type | Method and Description |
---|---|
WritableProperty<?> |
build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype)
|
WritableProperty<?> build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty, OrientBean prototype)
oProperty
- the OProperty
.prototype
- the OrientBean
prototype
.property
corresponding to the given OProperty
that has been created or
was already existing. May be null
if the property type
is not supported
(e.g. if new version of OrientDB introduces new property type that has not yet been implemented here).BeanAccess.getOrCreateProperty(String, net.sf.mmm.util.reflect.api.GenericType, Class)
Copyright © 2001–2016 mmm-Team. All rights reserved.