Class ManagerPersistenceService

java.lang.Object
org.openremote.container.persistence.PersistenceService
org.openremote.manager.persistence.ManagerPersistenceService
All Implemented Interfaces:
Consumer<org.openremote.model.PersistenceEvent<?>>, org.openremote.model.ContainerService

public class ManagerPersistenceService extends org.openremote.container.persistence.PersistenceService
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openremote.container.persistence.PersistenceService

    org.openremote.container.persistence.PersistenceService.PersistenceUnitInfo
  • Field Summary

    Fields inherited from class org.openremote.container.persistence.PersistenceService

    database, defaultSchemaLocations, entityManagerFactory, flyway, forceClean, HEADER_ENTITY_TYPE, messageBrokerService, OR_DB_CONNECTION_TIMEOUT_SECONDS, OR_DB_CONNECTION_TIMEOUT_SECONDS_DEFAULT, OR_DB_FLYWAY_OUT_OF_ORDER, OR_DB_HOST, OR_DB_HOST_DEFAULT, OR_DB_NAME, OR_DB_NAME_DEFAULT, OR_DB_PASSWORD, OR_DB_PASSWORD_DEFAULT, OR_DB_POOL_MAX_SIZE, OR_DB_POOL_MAX_SIZE_DEFAULT, OR_DB_POOL_MIN_SIZE, OR_DB_POOL_MIN_SIZE_DEFAULT, OR_DB_PORT, OR_DB_PORT_DEFAULT, OR_DB_SCHEMA, OR_DB_SCHEMA_DEFAULT, OR_DB_USER, OR_DB_USER_DEFAULT, OR_DB_VENDOR, OR_DB_VENDOR_DEFAULT, OR_SETUP_RUN_ON_RESTART, OR_STORAGE_DIR, OR_STORAGE_DIR_DEFAULT, PERSISTENCE_TOPIC, PERSISTENCE_UNIT_NAME, PERSISTENCE_UNIT_NAME_DEFAULT, persistenceUnitName, persistenceUnitProperties, PRIORITY, schemas, storageDir

    Fields inherited from interface org.openremote.model.ContainerService

    DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.openremote.container.persistence.PersistenceService

    accept, appendSchemas, createEntityManager, doReturningTransaction, doTransaction, getDefaultSchemaLocations, getEntityManagerFactory, getEntityManagerFactory, getEntityPropertyFields, getPriority, getSchemas, getStorageDir, init, isCleanInstall, isPersistenceEventForEntityType, openDatabase, prepareSchema, publishPersistenceEvent, publishPersistenceEvent, resolvePath, resolvePath, start, stop, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

    • ManagerPersistenceService

      public ManagerPersistenceService()
  • Method Details

    • appendSchemaLocations

      protected void appendSchemaLocations(List<String> locations)
      Overrides:
      appendSchemaLocations in class org.openremote.container.persistence.PersistenceService