- get(String) - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
- getActions() - Method in class org.springframework.data.jdbc.core.conversion.AggregateChange
-
- getAdditionalValues() - Method in class org.springframework.data.jdbc.core.conversion.DbAction
-
Key-value-pairs to specify additional values to be used with the statement which can't be obtained from the entity,
nor from
DbAction
s this depends on.
- getAnnotatedQuery() - Method in class org.springframework.data.jdbc.repository.support.JdbcQueryMethod
-
- getColumnName() - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentProperty
-
- getColumnName(JdbcPersistentProperty) - Method in class org.springframework.data.jdbc.mapping.model.DefaultNamingStrategy
-
- getColumnName() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentProperty
-
Returns the name of the column backing this property.
- getColumnName(JdbcPersistentProperty) - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
- getColumnType() - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentProperty
-
The type to be used to store this property in the database.
- getColumnType() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentProperty
-
The type to be used to store this property in the database.
- getConversions() - Method in class org.springframework.data.jdbc.mapping.model.JdbcMappingContext
-
- getDependingOn() - Method in class org.springframework.data.jdbc.core.conversion.DbAction
-
Another action, this action depends on.
- getDomainType() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
- getEntity() - Method in class org.springframework.data.jdbc.core.conversion.AggregateChange
-
Aggregate root, to which the change applies, if available
- getEntity() - Method in class org.springframework.data.jdbc.core.conversion.DbAction
-
The entity of which the database representation is affected by this action.
- getEntity() - Method in interface org.springframework.data.jdbc.mapping.event.WithEntity
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getEntityRowMapper(Class<T>) - Method in class org.springframework.data.jdbc.core.DefaultDataAccessStrategy
-
- getEntityType() - Method in class org.springframework.data.jdbc.core.conversion.AggregateChange
-
Type of the aggregate root to be changed
- getEntityType() - Method in class org.springframework.data.jdbc.core.conversion.DbAction
-
Class
of the entity of which the database representation is affected by this action.
- getId() - Method in interface org.springframework.data.jdbc.mapping.event.JdbcEvent
-
The identifier of the entity, triggering this event.
- getId() - Method in class org.springframework.data.jdbc.mapping.event.JdbcEventWithId
-
- getId() - Method in interface org.springframework.data.jdbc.mapping.event.WithId
-
- getId(T) - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentEntityInformation
-
- getId() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
- getIdColumn() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentEntity
-
Returns the column representing the identifier.
- getInstance() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
- getKeyColumn() - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentProperty
-
- getKeyColumn(JdbcPersistentProperty) - Method in class org.springframework.data.jdbc.mapping.model.DefaultNamingStrategy
-
- getKeyColumn() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentProperty
-
- getKeyColumn(JdbcPersistentProperty) - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
For a map valued reference A -> Map>X,B< this is the name of the column in the tabel for B holding the key of the map.
- getKind() - Method in class org.springframework.data.jdbc.core.conversion.AggregateChange
-
- getModuleName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- getModulePrefix() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- getNamingStrategy() - Method in class org.springframework.data.jdbc.mapping.model.JdbcMappingContext
-
- getOptionalEntity() - Method in interface org.springframework.data.jdbc.mapping.event.JdbcEvent
-
Returns the entity the event was triggered for.
- getOptionalValue() - Method in interface org.springframework.data.jdbc.mapping.event.Identifier
-
Returns the identifier value.
- getOwner() - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentProperty
-
- getOwner() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentProperty
-
- getPath() - Method in class org.springframework.data.jdbc.core.conversion.JdbcPropertyPath
-
- getPropertyPath() - Method in class org.springframework.data.jdbc.core.conversion.DbAction
-
The path from the Aggregate Root to the entity affected by this
DbAction
.
- getQualifiedTableName(Class<?>) - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- getRequiredId(T) - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentEntityInformation
-
Returns the identifier of the given entity or throws and exception if it can't be obtained.
- getRequiredPersistentEntityInformation(Class<T>) - Method in class org.springframework.data.jdbc.mapping.model.JdbcMappingContext
-
- getReverseColumnName() - Method in class org.springframework.data.jdbc.mapping.model.BasicJdbcPersistentProperty
-
- getReverseColumnName(JdbcPersistentProperty) - Method in class org.springframework.data.jdbc.mapping.model.DefaultNamingStrategy
-
- getReverseColumnName() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentProperty
-
- getReverseColumnName(JdbcPersistentProperty) - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
For a reference A -> B this is the name in the table for B which references A.
- getRootId() - Method in class org.springframework.data.jdbc.core.conversion.DbAction.Delete
-
- getSchema() - Method in class org.springframework.data.jdbc.mapping.model.DefaultNamingStrategy
-
No schema at all!
- getSchema() - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
- getTableName(Class<?>) - Method in class org.springframework.data.jdbc.mapping.model.DefaultNamingStrategy
-
Look up the
Class
's simple name.
- getTableName() - Method in interface org.springframework.data.jdbc.mapping.model.JdbcPersistentEntity
-
Returns the name of the table backing the given entity.
- getTableName(Class<?>) - Method in interface org.springframework.data.jdbc.mapping.model.NamingStrategy
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getTemplate() - Method in class org.springframework.data.jdbc.mapping.model.JdbcMappingContext
-
- getValue() - Method in interface org.springframework.data.jdbc.mapping.event.Identifier.Specified
-
Returns the identifier value.