public class MetaInformation extends Object
| Constructor and Description |
|---|
MetaInformation() |
MetaInformation(MetaInformation clone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MetaInformation |
forClass(Class<? extends PersistingElement> clazz) |
MetaInformation |
forElement(PersistingElement element) |
MetaInformation |
forProperty(Field property) |
Class<? extends PersistingElement> |
getClazz() |
Class<? extends PersistingElement> |
getClazzNoCheck() |
PersistingElement |
getElement() |
Map<String,Field> |
getFamilies() |
Field |
getProperty() |
String |
getTablePostfix() |
int |
hashCode() |
void |
integrate(MetaInformation rhs)
Thread-safe merge of another meta information object.
|
MetaInformation |
withColumnFamilies(Map<String,Field> families) |
MetaInformation |
withPostfixedTable(String originalTable,
String postfix) |
public MetaInformation()
public MetaInformation(MetaInformation clone)
public void integrate(MetaInformation rhs)
public MetaInformation forClass(Class<? extends PersistingElement> clazz)
public MetaInformation forElement(PersistingElement element)
public MetaInformation forProperty(Field property)
public MetaInformation withColumnFamilies(Map<String,Field> families)
public MetaInformation withPostfixedTable(String originalTable, String postfix)
public Class<? extends PersistingElement> getClazz()
public Class<? extends PersistingElement> getClazzNoCheck()
public Field getProperty()
public PersistingElement getElement()
public String getTablePostfix()
Copyright © 2016. All Rights Reserved.