Uses of Enum Class
com.orientechnologies.orient.core.db.ODatabase.ATTRIBUTES
Packages that use ODatabase.ATTRIBUTES
Package
Description
-
Uses of ODatabase.ATTRIBUTES in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type ODatabase.ATTRIBUTESModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentRemote.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) -
Uses of ODatabase.ATTRIBUTES in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return ODatabase.ATTRIBUTESModifier and TypeMethodDescriptionstatic ODatabase.ATTRIBUTESReturns the enum constant of this class with the specified name.static ODatabase.ATTRIBUTES[]ODatabase.ATTRIBUTES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.db that return types with arguments of type ODatabase.ATTRIBUTESMethods in com.orientechnologies.orient.core.db with parameters of type ODatabase.ATTRIBUTESModifier and TypeMethodDescriptionOrientDBConfigBuilder.addAttribute(ODatabase.ATTRIBUTES attribute, Object value) ODatabase.get(ODatabase.ATTRIBUTES iAttribute) Returns a database attribute valueODatabaseWrapperAbstract.get(ODatabase.ATTRIBUTES iAttribute) <DB extends ODatabase>
DBODatabase.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) Sets a database attribute value<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.set(ODatabase.ATTRIBUTES attribute, Object iValue) voidODatabaseInternal.setInternal(ODatabase.ATTRIBUTES attribute, Object iValue) Internal method.Constructor parameters in com.orientechnologies.orient.core.db with type arguments of type ODatabase.ATTRIBUTESModifierConstructorDescriptionprotectedOrientDBConfig(OContextConfiguration configurations, Map<ODatabase.ATTRIBUTES, Object> attributes, Set<ODatabaseListener> listeners, ClassLoader classLoader, ONodeConfiguration nodeConfiguration, OSecurityConfig securityConfig, List<OGlobalUser> users) -
Uses of ODatabase.ATTRIBUTES in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type ODatabase.ATTRIBUTESModifier and TypeMethodDescriptionODatabaseDocumentAbstract.get(ODatabase.ATTRIBUTES iAttribute) <DB extends ODatabase>
DBODatabaseDocumentEmbedded.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) voidODatabaseDocumentAbstract.setInternal(ODatabase.ATTRIBUTES iAttribute, Object iValue) Internal method. -
Uses of ODatabase.ATTRIBUTES in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db with parameters of type ODatabase.ATTRIBUTESModifier and TypeMethodDescriptionvoidOObjectDatabaseTx.setInternal(ODatabase.ATTRIBUTES attribute, Object iValue)