public class PropertyParsingContext extends Object
| Constructor and Description |
|---|
PropertyParsingContext(EntityParsingContext context,
Field currentField) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyMeta> |
getCounterMetas() |
Pair<ConsistencyLevel,ConsistencyLevel> |
getCurrentConsistencyLevels() |
<T> Class<T> |
getCurrentEntityClass() |
Field |
getCurrentField() |
org.codehaus.jackson.map.ObjectMapper |
getCurrentObjectMapper() |
String |
getCurrentPropertyName() |
Pair<ConsistencyLevel,ConsistencyLevel> |
getDefaultConsistencyLevels() |
Map<String,PropertyMeta> |
getPropertyMetas() |
void |
hasSimpleCounterType() |
boolean |
isCustomConsistencyLevels() |
boolean |
isEmbeddedId() |
void |
isEmbeddedId(boolean embeddedId) |
boolean |
isPrimaryKey() |
void |
setCurrentPropertyName(String currentPropertyName) |
void |
setCustomConsistencyLevels(boolean isCustomConsistencyLevels) |
void |
setPrimaryKey(boolean primaryKey) |
public PropertyParsingContext(EntityParsingContext context, Field currentField)
public org.codehaus.jackson.map.ObjectMapper getCurrentObjectMapper()
public Map<String,PropertyMeta> getPropertyMetas()
public <T> Class<T> getCurrentEntityClass()
public Field getCurrentField()
public String getCurrentPropertyName()
public void setCurrentPropertyName(String currentPropertyName)
public List<PropertyMeta> getCounterMetas()
public Pair<ConsistencyLevel,ConsistencyLevel> getCurrentConsistencyLevels()
public Pair<ConsistencyLevel,ConsistencyLevel> getDefaultConsistencyLevels()
public boolean isCustomConsistencyLevels()
public void setCustomConsistencyLevels(boolean isCustomConsistencyLevels)
public void hasSimpleCounterType()
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public boolean isEmbeddedId()
public void isEmbeddedId(boolean embeddedId)
Copyright © 2012-2014. All Rights Reserved.