jar

com.github.mdre : odbogm

Maven & Gradle

Sep 09, 2019
2 stars

Object to OrientDB Graph Mapper · ODBOGM let you store/retrieve objects in a OrientDB graph structure in a clear and simple way.

Table Of Contents

Latest Version

Download com.github.mdre : odbogm JAR file - Latest Versions:

All Versions

Download com.github.mdre : odbogm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.9.x
0.8.x
0.8

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window odbogm-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.odbogm.cache

├─ net.odbogm.cache.Cache.class - [JAR]

├─ net.odbogm.cache.ClassCache.class - [JAR]

├─ net.odbogm.cache.ClassDef.class - [JAR]

├─ net.odbogm.cache.SimpleCache.class - [JAR]

net.odbogm.proxy

├─ net.odbogm.proxy.ArrayListEmbeddedProxy.class - [JAR]

├─ net.odbogm.proxy.ArrayListLazyProxy.class - [JAR]

├─ net.odbogm.proxy.BBGeneralInterceptor.class - [JAR]

├─ net.odbogm.proxy.HashMapEmbeddedProxy.class - [JAR]

├─ net.odbogm.proxy.HashMapLazyProxy.class - [JAR]

├─ net.odbogm.proxy.IEmbeddedCalls.class - [JAR]

├─ net.odbogm.proxy.ILazyCalls.class - [JAR]

├─ net.odbogm.proxy.ILazyCollectionCalls.class - [JAR]

├─ net.odbogm.proxy.ILazyMapCalls.class - [JAR]

├─ net.odbogm.proxy.IObjectProxy.class - [JAR]

├─ net.odbogm.proxy.LinkedListLazyProxy.class - [JAR]

├─ net.odbogm.proxy.ObjectCollectionState.class - [JAR]

├─ net.odbogm.proxy.ObjectProxy.class - [JAR]

├─ net.odbogm.proxy.ObjectProxyFactory.class - [JAR]

├─ net.odbogm.proxy.VectorLazyProxy.class - [JAR]

net.odbogm

├─ net.odbogm.DbManager.class - [JAR]

├─ net.odbogm.IActions.class - [JAR]

├─ net.odbogm.ILogLevel.class - [JAR]

├─ net.odbogm.LogginProperties.class - [JAR]

├─ net.odbogm.ObjectMapper.class - [JAR]

├─ net.odbogm.ObjectStruct.class - [JAR]

├─ net.odbogm.Primitives.class - [JAR]

├─ net.odbogm.SessionManager.class - [JAR]

├─ net.odbogm.Transaction.class - [JAR]

net.odbogm.utils

├─ net.odbogm.utils.ArrayUtils.class - [JAR]

├─ net.odbogm.utils.DateHelper.class - [JAR]

├─ net.odbogm.utils.ODBOrientDynaElementIterable.class - [JAR]

├─ net.odbogm.utils.ReflectionUtils.class - [JAR]

├─ net.odbogm.utils.ThreadHelper.class - [JAR]

├─ net.odbogm.utils.VertexUtils.class - [JAR]

net.odbogm.annotations

├─ net.odbogm.annotations.Audit.class - [JAR]

├─ net.odbogm.annotations.CascadeDelete.class - [JAR]

├─ net.odbogm.annotations.ClassIndex.class - [JAR]

├─ net.odbogm.annotations.Embedded.class - [JAR]

├─ net.odbogm.annotations.Entity.class - [JAR]

├─ net.odbogm.annotations.FieldAttributes.class - [JAR]

├─ net.odbogm.annotations.Ignore.class - [JAR]

├─ net.odbogm.annotations.IgnoreClass.class - [JAR]

├─ net.odbogm.annotations.Indexed.class - [JAR]

├─ net.odbogm.annotations.Indirect.class - [JAR]

├─ net.odbogm.annotations.Link.class - [JAR]

├─ net.odbogm.annotations.LinkList.class - [JAR]

├─ net.odbogm.annotations.RID.class - [JAR]

├─ net.odbogm.annotations.RemoveOrphan.class - [JAR]

net.odbogm.security

├─ net.odbogm.security.AccessRight.class - [JAR]

├─ net.odbogm.security.GroupSID.class - [JAR]

├─ net.odbogm.security.ISID.class - [JAR]

├─ net.odbogm.security.ISecurityCredentials.class - [JAR]

├─ net.odbogm.security.SObject.class - [JAR]

├─ net.odbogm.security.UserSID.class - [JAR]

net.odbogm.audit

├─ net.odbogm.audit.Auditor.class - [JAR]

├─ net.odbogm.audit.IAuditor.class - [JAR]

├─ net.odbogm.audit.LogData.class - [JAR]

net.odbogm.exceptions

├─ net.odbogm.exceptions.ClassToVertexNotFound.class - [JAR]

├─ net.odbogm.exceptions.CollectionNotSupported.class - [JAR]

├─ net.odbogm.exceptions.ConcurrentModification.class - [JAR]

├─ net.odbogm.exceptions.DuplicateClassDefinition.class - [JAR]

├─ net.odbogm.exceptions.DuplicateLink.class - [JAR]

├─ net.odbogm.exceptions.IncorrectRIDField.class - [JAR]

├─ net.odbogm.exceptions.InvalidObjectReference.class - [JAR]

├─ net.odbogm.exceptions.NoOpenTx.class - [JAR]

├─ net.odbogm.exceptions.NoUserLoggedIn.class - [JAR]

├─ net.odbogm.exceptions.ObjectMarkedAsDeleted.class - [JAR]

├─ net.odbogm.exceptions.OdbogmException.class - [JAR]

├─ net.odbogm.exceptions.ReferentialIntegrityViolation.class - [JAR]

├─ net.odbogm.exceptions.RelatedToNullException.class - [JAR]

├─ net.odbogm.exceptions.UnknownObject.class - [JAR]

├─ net.odbogm.exceptions.UnknownRID.class - [JAR]

├─ net.odbogm.exceptions.UnmanagedObject.class - [JAR]

├─ net.odbogm.exceptions.VertexJavaClassNotFound.class - [JAR]

Advertisement