EntityLoader<CassandraConnectionEntity>@Singleton public class CassandraConnectionLoader extends java.lang.Object implements EntityLoader<CassandraConnectionEntity>
| Constructor | Description |
|---|---|
CassandraConnectionLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<CassandraConnectionEntity> |
entityClass() |
|
CassandraConnectionEntity |
load(org.w3c.dom.Element element) |
entityTypepublic CassandraConnectionEntity load(org.w3c.dom.Element element)
load in interface EntityLoader<CassandraConnectionEntity>public java.lang.Class<CassandraConnectionEntity> entityClass()
entityClass in interface EntityLoader<CassandraConnectionEntity>