ObjectDB Database Search
51-86 of 86 resultsDoes ObjectDB support @Parent for @Embeddable reference to parent? { User user; public void setUser(User user) {..} setURL(String url ) { if (user.active | |
connection pooling should be specified. If another port is specified it also has to be specified by clients in the url | |
Configure ObjectDB in spring context.createEntityManagerFactory(environment.getRequiredProperty("objectdb.db. url ")); return emf; } } I've used | |
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 | |
OneToMany and cascade delete problem contains URL of product that I can parse for price. But this is not important here :) The main | |
ObjectDB version 2.3 has been released support of ";drop" database url parameter. Adjusted the Enhancer to the new Java 7 class file format | |
Replication failed Dear support members, I am trying to set up a replication url in objectdb.conf and have the the following error in the log files: [ObjectDB 2.3.4] javax.persistence.PersistenceException Failed to connect to server 127.0.0.1:6136 (Connection refused) (error 522) at com.objectdb.jpa.EMF | |
Embedded Database Replication the server url for replication as with an ordinary server. support Support | |
Spring and packagesToScan.Provider.class); Map jpa = MapBuilder. put("javax.persistence.jdbc. url ", "objectdb://localhost:6136/mydb | |
Starting Explorer programmatically? Here are the relevant parts of my Gradle file: repositories { jcenter () maven { url 'http | |
ObjectDB version 2.1 has been released of url arguments ( ";user=admin;password=admin" ). Changed default to NonTransactionalWrite enabled | |
Compare old and new schema hierarchy to compare with. To do so, I create a new URLClassLoader with a URL pointing to the folder | |
openejb jpa jaas module = Persistence.createEntityManagerFactory((String) options.get(" url ")); entityManager | |
ObjectDB License Error I got explorer-2.9.4.jar /mnt/disk1/DB/mydb.odb jpa.setProperty("javax.persistence.jdbc. url ", "objectdb | |
Bulk Delete and Update - best practice?, would be more efficient. drop in the connection url should work also in server mode if the database is not in use by | |
Connect to objectdb database = "objectdb-unit" com.objectdb.jpa.Provider name = "jakarta.persistence.jdbc. url " value = "objectdb://11.13 | |
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 | |
How to define Default Entity Listeners without persistence.xml and orm.xml I am using JPA programaticaly..ie without xml file, and i would like to define Default Entity Listeners. How to do ? Here my init code: Properties config = new Properties(); config.put("javax.persistence.provider", "com.objectdb.jpa.Provider"); config.put("javax.persistence.jdbc. url ", "objectdb | |
Using explorer with a live embedded db is correctly and the problem is elsewhere. Do you specify port 10306 in the url of the embedded database | |
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 | |
Is there an update on running ObjectDB purely in-memory?; Any database url or path | |
Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager. support Support How does one obtain this build? Is there a SVN/CVS/GIT URL somewhere? rumblesnort | |
Problem connecting to the replicated server user permission to the same path as the master user. Trianglehead Json Error In the connection url | |
package.jdo validation error (Connection timed out) to remove the following line: otherwise the XML parser may try accessing that url (and it will probably fail if you are behind a firewall). support Support | |
Spring 4 setup.persistence.jdbc. url ", "test.odb");   | |
Not able to update records URL . n126961 Sandip As per my knowledge I have already tried all known things. Waiting for reply. I | |
unable to update table in slave server database. As slave database is storing data in replication path ,while we are giving replication url as | |
Using a file extension other than .odb the url starts with objectdb: For example: EntityManagerFactory emf =   | |
Is there a function of "drop table" or "delete from table"? extensions. See this forum thread and the explanation of the ;drop connection url parameter in | |
File lock exception on odb$ an error due to an invalid url specified. Your question was moved to this forum thread and answered there. support Support | |
ObjectDB 2.3.0 Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new | |
ObjectDB 2.3.2 Fixed a bug in "p.id IN :ids" queries. Fixed a bug in handling NOT = queries ( issue #536 ). Fixed ClassCastException and NullPointerException in using a composite index in queries ( issue #531 ). Fixed Explorer bugs: editing embedded objects and using connection urls . Fixed | |
objectdb.home for client/server machines so all we do really need to supply should be the server connection url and no objectdb.home | |
ObjectDB 2.0.2 Fixed a bug in queries on embedded objects in C/S mode. Fixed a bug in setting log directory path (missing URL decoding). Fixed a bug in automatic byte code enhancement in Java EE server. Fixed a bug in multi variable queries. | |
ObjectDB 2.1.1 Fixed an Explorer bug in handling listeners and callbacks. Fixed a bug in using user/password url arguments multiple times. Fixed several bugs in query processing and running. | |
ObjectDB 2.1.0 exceptions . Added support of url arguments ( ";user=admin;password=admin" ). Changed default |