| Package | Description |
|---|---|
| com.googlecode.n_orm | |
| com.googlecode.n_orm.cf |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnFamily<?>> |
PersistingElement.getColumnFamilies()
The list of all
ColumnFamily held by this persisting element. |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistingElementListener.activated(PersistingElement pe,
Set<ColumnFamily<?>> activatedColumnFamilies)
Sent after a listened
PersistingElement was activated from the data store. |
void |
DefaultPersistingElementListener.activated(PersistingElement pe,
Set<ColumnFamily<?>> activatedColumnFamilies) |
void |
PersistingElementListener.activateInvoked(PersistingElement pe,
Set<ColumnFamily<?>> columnFamiliesToBeActivated)
Sent before a listened
PersistingElement was activated from the data store. |
void |
DefaultPersistingElementListener.activateInvoked(PersistingElement pe,
Set<ColumnFamily<?>> columnFamiliesToBeActivated) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapColumnFamily<K,T> |
class |
SetColumnFamily<T>
Column family for sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnFamily.compareTo(ColumnFamily<T> rhs) |
Copyright © 2016. All Rights Reserved.