Method[] accessors = entityIntrospector.findAccessors(entityClass, field);
final boolean staticColumn = isStaticColumn(field);
PropertyType type = PropertyType.COUNTER;
CounterProperties counterProperties = new CounterProperties(context.getCurrentEntityClass().getCanonicalName());
PropertyMeta propertyMeta = factory().objectMapper(context.getCurrentObjectMapper()).type(type)
.propertyName(context.getCurrentPropertyName()).cqlColumnName(context.getCurrentCQL3ColumnName())
.entityClassName(context.getCurrentEntityClass().getCanonicalName()).accessors(accessors).field(field)
.counterProperties(counterProperties).consistencyLevels(context.getCurrentConsistencyLevels()).staticColumn(staticColumn)