Uses of Interface
org.apache.cayenne.resource.ResourceLocator
Packages that use ResourceLocator
Package
Description
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
- 
Uses of ResourceLocator in org.apache.cayenne.configuration.runtimeFields in org.apache.cayenne.configuration.runtime declared as ResourceLocator
- 
Uses of ResourceLocator in org.apache.cayenne.dbaFields in org.apache.cayenne.dba declared as ResourceLocatorConstructors in org.apache.cayenne.dba with parameters of type ResourceLocatorModifierConstructorDescriptionJdbcAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) Creates new JdbcAdapter with a set of default parameters.
- 
Uses of ResourceLocator in org.apache.cayenne.dba.db2Constructors in org.apache.cayenne.dba.db2 with parameters of type ResourceLocatorModifierConstructorDescriptionDB2Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.derbyConstructors in org.apache.cayenne.dba.derby with parameters of type ResourceLocatorModifierConstructorDescriptionDerbyAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.firebirdConstructors in org.apache.cayenne.dba.firebird with parameters of type ResourceLocatorModifierConstructorDescriptionFirebirdAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.frontbaseConstructors in org.apache.cayenne.dba.frontbase with parameters of type ResourceLocatorModifierConstructorDescriptionFrontBaseAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.h2Constructors in org.apache.cayenne.dba.h2 with parameters of type ResourceLocatorModifierConstructorDescriptionH2Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.hsqldbConstructors in org.apache.cayenne.dba.hsqldb with parameters of type ResourceLocatorModifierConstructorDescriptionHSQLDBAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) HSQLDBNoSchemaAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.ingresConstructors in org.apache.cayenne.dba.ingres with parameters of type ResourceLocatorModifierConstructorDescriptionIngresAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.mysqlConstructors in org.apache.cayenne.dba.mysql with parameters of type ResourceLocatorModifierConstructorDescriptionMySQLAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.oracleConstructors in org.apache.cayenne.dba.oracle with parameters of type ResourceLocatorModifierConstructorDescriptionOracle8Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) OracleAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.postgresConstructors in org.apache.cayenne.dba.postgres with parameters of type ResourceLocatorModifierConstructorDescriptionPostgresAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.sqliteConstructors in org.apache.cayenne.dba.sqlite with parameters of type ResourceLocatorModifierConstructorDescriptionSQLiteAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.sqlserverConstructors in org.apache.cayenne.dba.sqlserver with parameters of type ResourceLocatorModifierConstructorDescriptionSQLServerAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.dba.sybaseConstructors in org.apache.cayenne.dba.sybase with parameters of type ResourceLocatorModifierConstructorDescriptionSybaseAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ResourceLocator in org.apache.cayenne.resourceClasses in org.apache.cayenne.resource that implement ResourceLocatorModifier and TypeClassDescriptionclassAResourceLocatorthat looks up resources is the application classpath based on the current thread ClassLoader.