Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DATASTORE_PROVIDER_NAME |
"COUCHDB_EXPERIMENTAL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DOCUMENT_ID |
"tuples" |
public static final String |
ENTITY_TUPLE_BY_TABLE_NAME_PATH |
"_design/tuples/_view/tuplesByTableName" |
public static final String |
ENTITY_TUPLE_BY_TABLE_NAME_VIEW_NAME |
"tuplesByTableName" |
public static final String |
MAP |
"function(doc) {if(doc.$type == \"entity\") {emit(doc.$table , doc);}}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TYPE_NAME |
"association" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REVISION_FIELD_NAME |
"_rev" |
public static final String |
TYPE_DISCRIMINATOR_FIELD_NAME |
"$type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TYPE_NAME |
"entity" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TYPE_NAME |
"sequence" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PORT |
5984 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_DESCRIPTION |
"HTTP response status code: %03d, error: \'%s\', reason: \'%s\'" |
Copyright © 2010–2017 Hibernate. All rights reserved.