Package com.arcadedb.database
Interface EmbeddedDocument
-
- All Superinterfaces:
Document
,Identifiable
,Record
- All Known Implementing Classes:
ImmutableEmbeddedDocument
,MutableEmbeddedDocument
public interface EmbeddedDocument extends Document
-
-
Field Summary
Fields Modifier and Type Field Description static byte
RECORD_TYPE
-
Method Summary
-
Methods inherited from interface com.arcadedb.database.Document
asDocument, asDocument, detach, get, getBinary, getBoolean, getByte, getCalendar, getDate, getDecimal, getDouble, getEmbedded, getFloat, getInstant, getInteger, getList, getLocalDate, getLocalDateTime, getLong, getMap, getPropertyNames, getShort, getString, getType, getTypeName, getZonedDateTime, has, modify, propertiesAsMap, toJSON, toMap, toMap
-
Methods inherited from interface com.arcadedb.database.Identifiable
asEdge, asEdge, asVertex, asVertex, getRecord, getRecord
-
Methods inherited from interface com.arcadedb.database.Record
delete, getDatabase, getIdentity, getRecordType, reload, toJSON, toJSON
-
-
-
-
Field Detail
-
RECORD_TYPE
static final byte RECORD_TYPE
- See Also:
- Constant Field Values
-
-