ObjectDB Database Search

101-120 of 120 results

Spring 4 setup

.persistence.jdbc. url ", "test.odb");           

Is persistence version 2.1 supported?

for persistence.xml  was added in build 2.5.7_05. The url to java.sun.com doesn't exist, so the correct

Embedded Database Replication

the server url for replication as with an ordinary server. support Support

Compare old and new schema

hierarchy to compare with. To do so, I create a new URLClassLoader with a URL pointing to the folder

Is there an update on running ObjectDB purely in-memory?

;               Any database url or path

Failed to validate XML

' repositories { maven { url "http://m2.objectdb.com" } } dependencies { compile 'org.slf4j:slf4j-api

Convert embedded database to server

your application using a client-server connection url . support Support Thank you support for your answer

ObjectDB Explorer Exposes Username and Password

How can I prevent my embedded database's username and password from being exposed by ObjectDB Explorer? billdotnet Bill See url -history setting and the user and password attributes. support Support If I understand correctly, if someone were to remove the configuration file, the username

Does ObjectDB support @Parent for @Embeddable reference to parent?

{ User user; public void setUser(User user) {..} setURL(String url ) { if (user.active

http://www.objectdb.com/eclipse address not found

Hi In Installing the ObjectDB Data Source Driver section, site url : https://www.objectdb.com/eclipse is not working, is there any other solution to add objectDb inside eclipse. and create objectDb inside data Source. Thank you . Bimal Bimal kumar dalei Fixed. You can try again now

Starting Explorer programmatically

? Here are the relevant parts of my Gradle file:     repositories { jcenter () maven { url 'http

multiple connection using share folder

address or host name of that computer. Access the database using a full url connection including

Error 990... and then new version?

I was about to post (here, since the provided url is restricted), I noticed there was a new release

Problem connecting to the replicated server

user permission to the same path as the master user. Trianglehead Json Error In the connection url

SSL cannot connect from client StackOverflow error

uses a connection url that starts with  objectdbs:// instead of  objectdb

unable to update table in slave server database

. As slave database is storing data in replication path ,while we are giving replication url as

ODBC - How to create a DSN connection in Window

Hi, is there a way to set DSN of ObjectDB in windows for excel data analysis? 搜索 复制 gzdillon Lai Yang You can use the connection URL , including protocol, host, port, path, username and password (when applicable) as DSN of ObjectDB databases. However, ObjectDB does not support ODBC or JDBC

Connect to objectdb database

= "objectdb-unit" com.objectdb.jpa.Provider name = "jakarta.persistence.jdbc. url " value = "objectdb://11.13

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

;  String url = "";     @Temporal(javax.persistence.TemporalType.TIMESTAMP)  

Query fails with failed to read

url objectdb://localhost:3333/? Another question, do you use the Explorer only to view data or