public abstract class OEntityClassMapper extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attribute2property |
protected OEntity |
entity |
protected Map<String,String> |
property2attribute |
Constructor and Description |
---|
OEntityClassMapper(OEntity entity,
Map<String,String> attribute2property,
Map<String,String> property2attribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsAttribute(String attributeName) |
boolean |
containsProperty(String propertyName) |
Map<String,String> |
getAttribute2property() |
String |
getAttributeByProperty(String property) |
OEntity |
getEntity() |
Map<String,String> |
getProperty2attribute() |
String |
getPropertyByAttribute(String attribute) |
void |
setAttribute2property(Map<String,String> attribute2property) |
void |
setEntity(OEntity entity) |
void |
setProperty2attribute(Map<String,String> property2attribute) |
protected OEntity entity
Copyright © 2015–2021 OrientDB. All rights reserved.