ObjectDB ObjectDB

Internal Website Search

1-10 of 150 resultsRefresh
40

SSL Configuration

="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore" password="pwd" /> </ssl> The enabled attribute of the ssl element (whose value is "true" or "false ... machine as long as a valid username and password are provided. If authenticating the client machine by
38

Database Connection using JPA

", "admin");   properties.put("javax.persistence.jdbc.password", "admin");   EntityManagerFactory ... - for specifying a username in client server mode. password - for specifying a user password in client ... to an ObjectDB server registered username and password have to be specified: EntityManagerFactory emf
38

Server User List

and specifies their specific settings (username, password, permissions, quota). The default configuration file contains the following <users> element: <users> <user username="admin" password="admin ... " /> </user> <user username="$default" password="$$$###"> <dir path="/$user/" permissions="access
34

Database Replication and Clustering

-files" />     <replication url="objectdb://localhost:6000/my.odb;user=a;password=a" /> </server ... above, a full URL has to be specified including user and password attributes. The slave server uses these details ... .createEntityManagerFactory( "objectdb://localhost:6000/my.odb;user=a;password=a"); A slightly
8

setConnectionPassword(password)

Method javax.jdo.PersistenceManagerFactory void setConnectionPassword( String password ) Set the password for the data store connection. Parameters: password - the password for the data store connection. Since: JDO 1.0
8

getPersistenceManager(userid, password)

, String password ) Get an instance of PersistenceManager from this factory. The instance has default values for options. The parameters userid and password are used when obtaining datastore ... will succeed. Parameters: userid - the userid for the connection password - the password for the connection
8

Constants.PMF_ATTRIBUTE_CONNECTION_PASSWORD

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_PASSWORD The name of the persistence manager factory element's "connection-password" attribute. Since: JDO 2.1
8

Constants.PROPERTY_CONNECTION_PASSWORD

Static Field javax.jdo.Constants String PROPERTY_CONNECTION_PASSWORD "javax.jdo.option.Password" Since: JDO 2.1
6

[ODB1] Chapter 8 - ObjectDB Server

username and password can be shared by all the database connections. The following is a simple ... " user-max="10" timeout="300" /> </server> <users> <user name="admin" password="admin ... may close it. The <users> element <users> <user name="admin" password="admin" address="127.0
3

[ODB1] Chapter 5 - JDO Connections

identification and permission checking. Username and password are optional in a client server ... here, username and password can also be specified later when obtaining a PersistenceManager instance, as ... for the password because of security considerations. Transaction Properties JDO defines

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support