Skip navigation links
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
Deprecated.
 

C

CHANGE_TABLE_NAME - Static variable in class org.javers.repository.jdbc.schema.FixedSchemaFactory
 
configure(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
Deprecated.
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
Deprecated.
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
Deprecated.
 
getLatest(GlobalId) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 
getLatest(GlobalIdDTO) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 
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(GlobalId, int) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 
getStateHistory(GlobalIdDTO, int) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 
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
Deprecated.
JdbcDiffRepository() - Constructor for class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 
jdbcDiffRepository() - Static method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
Deprecated.
 
JdbcDiffRepositoryBuilder - Class in org.javers.repository.jdbc
Deprecated.
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
Deprecated.
 

S

schemaExists(SchemaInspector) - Method in class org.javers.repository.jdbc.schema.JaversSchemaManager
 
setJsonConverter(JsonConverter) - Method in class org.javers.repository.jdbc.JdbcDiffRepository
Deprecated.
 

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
Deprecated.
 
withDatabaseUrl(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
withDialect(DialectName) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
Deprecated.
 
withDialect(DialectName) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
withPassword(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
Deprecated.
 
withPassword(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
withUsername(String) - Method in class org.javers.repository.jdbc.JdbcDiffRepositoryBuilder
Deprecated.
 
withUsername(String) - Method in class org.javers.repository.jdbc.JdbcRepositoryConfiguration
 
A B C D F G J O P S U V W 
Skip navigation links

Copyright © 2014. All rights reserved.