| Package | Description |
|---|---|
| com.googlecode.n_orm |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistingElement.activateColumnFamily(String name)
Activates a given column family (does not activate included persisting elements).
|
void |
PersistingElement.activateColumnFamily(String name,
Object from,
Object to)
Activates a given column family (does not activate included persisting elements).
|
void |
PersistingElement.activateColumnFamilyIfNotAlready(String name)
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
|
void |
PersistingElement.activateColumnFamilyIfNotAlready(String name,
long lastActivationTimeoutMs)
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
|
void |
PersistingElement.activateColumnFamilyIfNotAlready(String name,
long lastActivationTimeoutMs,
Object from,
Object to)
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
|
void |
PersistingElement.activateColumnFamilyIfNotAlready(String name,
Object from,
Object to)
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
|
ColumnFamily<?> |
PersistingElement.getColumnFamily(Object collection)
The the
ColumnFamily held by this persisting element corresponding to the object stored by the object as a column family. |
ColumnFamily<?> |
PersistingElement.getColumnFamily(String columnFamilyName)
The the
ColumnFamily held by this persisting element with the given name. |
Copyright © 2016. All Rights Reserved.