T
- The entity typeprotected final class AbstractSqlRepositoryOperations.StoredInsert<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
doesSupportBatch() |
Dialect |
getDialect() |
RuntimePersistentProperty |
getIdentity() |
io.micronaut.core.beans.BeanProperty<T,java.lang.Object> |
getIdentityProperty() |
java.lang.String[] |
getParameterBinding() |
RuntimePersistentEntity<T> |
getPersistentEntity() |
java.lang.String |
getSql() |
boolean |
isGenerateId() |
@NonNull public Dialect getDialect()
public RuntimePersistentEntity<T> getPersistentEntity()
public boolean doesSupportBatch()
@NonNull public java.lang.String getSql()
@NonNull public java.lang.String[] getParameterBinding()
@Nullable public io.micronaut.core.beans.BeanProperty<T,java.lang.Object> getIdentityProperty()
public RuntimePersistentProperty getIdentity()
public boolean isGenerateId()