public class HashEntity extends StructuredValue
| Constructor and Description |
|---|
HashEntity(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String column) |
Set<String> |
getColumnNames() |
Map<String,String> |
getProperties() |
boolean |
has(String column) |
boolean |
isEmpty() |
void |
set(String name,
String value) |
void |
unset(String name) |
toStringCopyright © 2010–2016 Hibernate. All rights reserved.