Package | Description |
---|---|
net.sf.mmm.orient.impl.property |
Modifier and Type | Class and Description |
---|---|
class |
SinglePropertyBuilderAny
The implementation of
SinglePropertyBuilder for OType.ANY . |
class |
SinglePropertyBuilderBoolean
The implementation of
SinglePropertyBuilder for OType.BYTE . |
class |
SinglePropertyBuilderByte
The implementation of
SinglePropertyBuilder for OType.BYTE . |
class |
SinglePropertyBuilderDouble
The implementation of
SinglePropertyBuilder for OType.DOUBLE . |
class |
SinglePropertyBuilderFloat
The implementation of
SinglePropertyBuilder for OType.FLOAT . |
class |
SinglePropertyBuilderInteger
The implementation of
SinglePropertyBuilder for OType.INTEGER . |
class |
SinglePropertyBuilderLink
The implementation of
SinglePropertyBuilder for OType.LINK . |
class |
SinglePropertyBuilderLinkBase<V>
The implementation of
SinglePropertyBuilder for OType.LINK . |
class |
SinglePropertyBuilderLinkList
The implementation of
SinglePropertyBuilder for OType.LINKLIST . |
class |
SinglePropertyBuilderLong
The implementation of
SinglePropertyBuilder for OType.LONG . |
class |
SinglePropertyBuilderShort
The implementation of
SinglePropertyBuilder for OType.SHORT . |
class |
SinglePropertyBuilderString
The implementation of
SinglePropertyBuilder for OType.STRING . |
Modifier and Type | Field and Description |
---|---|
private Map<Class<?>,SinglePropertyBuilder<?>> |
PropertyBuilderImpl.class2builderMap |
private Map<com.orientechnologies.orient.core.metadata.schema.OType,SinglePropertyBuilder<?>> |
PropertyBuilderImpl.type2builderMap |
Modifier and Type | Method and Description |
---|---|
<V> SinglePropertyBuilder<? super V> |
PropertyBuilderImpl.getBuilder(Class<V> type) |
<V> SinglePropertyBuilder<? super V> |
PropertyBuilder.getBuilder(Class<V> type) |
SinglePropertyBuilder<?> |
PropertyBuilderImpl.getBuilder(com.orientechnologies.orient.core.metadata.schema.OType type) |
SinglePropertyBuilder<?> |
PropertyBuilder.getBuilder(com.orientechnologies.orient.core.metadata.schema.OType type) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyBuilderImpl.registerBuilder(SinglePropertyBuilder<?> builder) |
protected void |
PropertyBuilderImpl.registerBuilder(SinglePropertyBuilder<?> builder,
boolean allowOverride) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyBuilderImpl.setBuilders(List<SinglePropertyBuilder<?>> builders) |
Copyright © 2001–2016 mmm-Team. All rights reserved.