Class PersistenceProperties

java.lang.Object
cz.cvut.kbss.jopa.model.PersistenceProperties
Direct Known Subclasses:
JOPAPersistenceProperties

public class PersistenceProperties extends Object
  • Field Details

    • JPA_PERSISTENCE_PROVIDER

      public static final String JPA_PERSISTENCE_PROVIDER
      Persistence provider class configuration parameter.

      This is the configuration parameter whose value is used by Persistence to instantiate the persistence provider for a persistence unit.

      See Also:
    • IDENTIFIER_TYPES

      public static final Set<Class<?>> IDENTIFIER_TYPES
      Supported identifier Java types.

      This set represents the Java types that can be used as entity identifiers or as OWLObjectProperty property values.