A B C D F G J O P S U V W 

A

assemble() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 

B

build() - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
 

C

CHANGE_TABLE_NAME - Static variable in class org.javers.repository.jdbc.schema.FixedSchemaFactory
 
configure(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
loads a properties file from classpath, example file: jdbc.dialect =POSTGRES jdbc.database.url =jdbc:postgresql://localhost/javers_db jdbc.database.username =javers jdbc.database.password =javers
createConnectionPool() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
createDBCP(String, String, String, String) - Static method in class org.javers.repository.jdbc.DataSourceFactory
 
createSchemaIfNotExists() - Method in class org.javers.repository.jdbc.schema.JaversSchemaManager
 

D

DataSourceFactory - Class in org.javers.repository.jdbc
 
DataSourceFactory() - Constructor for class org.javers.repository.jdbc.DataSourceFactory
 
DIALECT_PROPERTY - Static variable in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
DialectName - Enum in org.javers.repository.jdbc
 
DIFF_TABLE_NAME - Static variable in class org.javers.repository.jdbc.schema.FixedSchemaFactory
 
dropSchema() - Method in class org.javers.repository.jdbc.schema.JaversSchemaManager
 

F

FixedSchemaFactory - Class in org.javers.repository.jdbc.schema
non-configurable schema factory, gives you schema with default table names
FixedSchemaFactory() - Constructor for class org.javers.repository.jdbc.schema.FixedSchemaFactory
 

G

getContainerComponent(Class<T>) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
For testing only
getDatabaseUrl() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
JDBC connection url, mandatory
getDialectName() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
Sql dialect, mandatory
getDiffTableName() - Method in class org.javers.repository.jdbc.schema.FixedSchemaFactory
 
getDriverClass() - Method in enum org.javers.repository.jdbc.DialectName
 
getHeadId() - Method in class org.javers.repository.jdbc.JdbcDiffRepository
 
getLatest(GlobalCdoId) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
 
getModuleComponents() - Method in class org.javers.repository.jdbc.pico.JdbcJaversModule
 
getPassword() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
Database password
getPollyDialect() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
getPolyDialect() - Method in enum org.javers.repository.jdbc.DialectName
 
getPolyDialectName() - Method in enum org.javers.repository.jdbc.DialectName
 
getSchema(Dialect) - Method in class org.javers.repository.jdbc.schema.FixedSchemaFactory
 
getStateHistory(GlobalCdoId, int) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
 
getUsername() - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
Database username

J

JaversSchemaManager - Class in org.javers.repository.jdbc.schema
 
JaversSchemaManager(Dialect, FixedSchemaFactory, TransactionManager) - Constructor for class org.javers.repository.jdbc.schema.JaversSchemaManager
 
JdbcDiffRepository - Class in org.javers.repository.jdbc
 
JdbcDiffRepository() - Constructor for class org.javers.repository.jdbc.JdbcDiffRepository
 
jdbcDiffRepository() - Static method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
 
JdbcDiffRepositoryBuilder - Class in org.javers.repository.jdbc
Supports two configuring methods:
  • by properties file, see JdbcDiffRepositoryBuilder.configure(String)
  • programmatically using builder style methods
  • JdbcJaversModule - Class in org.javers.repository.jdbc.pico
    Provides Pico beans setup for jdbc repositories
    JdbcJaversModule() - Constructor for class org.javers.repository.jdbc.pico.JdbcJaversModule
     
    JdbcRepositoryConfiguration - Class in org.javers.repository.jdbc
     
    JdbcRepositoryConfiguration() - Constructor for class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     

    O

    org.javers.repository.jdbc - package org.javers.repository.jdbc
     
    org.javers.repository.jdbc.pico - package org.javers.repository.jdbc.pico
     
    org.javers.repository.jdbc.schema - package org.javers.repository.jdbc.schema
     

    P

    PASSWORD_PROPERTY - Static variable in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    persist(Commit) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
     

    S

    schemaExists(SchemaInspector) - Method in class org.javers.repository.jdbc.schema.JaversSchemaManager
     

    U

    URL_PROPERTY - Static variable in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    USERNAME_PROPERTY - Static variable in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     

    V

    valueOf(String) - Static method in enum org.javers.repository.jdbc.DialectName
    Returns the enum constant of this type with the specified name.
    values() - Static method in enum org.javers.repository.jdbc.DialectName
    Returns an array containing the constants of this enum type, in the order they are declared.

    W

    withDatabaseUrl(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
     
    withDatabaseUrl(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    withDialect(DialectName) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
     
    withDialect(DialectName) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    withPassword(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
     
    withPassword(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    withUsername(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
     
    withUsername(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
     
    A B C D F G J O P S U V W 

    Copyright © 2014. All rights reserved.