public interface SQLDBState
SQLIndexing
), querying (
SQLQuerying
) and application startup (
SQLAppStartup
.Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<Map<String,Integer>> |
entityTypePKs() |
org.qi4j.api.property.Property<Map<org.qi4j.api.entity.EntityDescriptor,Set<org.qi4j.api.common.QualifiedName>>> |
entityUsedQNames()
Information about all used qualified names in a certain entity type.
|
org.qi4j.api.property.Property<Map<String,Integer>> |
enumPKs() |
org.qi4j.api.property.Property<Map<Class<?>,Integer>> |
javaTypes2SQLTypes()
A mapping between java type and the ones in
Types . |
org.qi4j.api.property.Property<Map<org.qi4j.api.common.QualifiedName,QNameInfo>> |
qNameInfos()
Information about all used qualified names.
|
org.qi4j.api.property.Property<String> |
schemaName()
The schema name where all the required tables are located.
|
org.qi4j.api.property.Property<Map<org.qi4j.api.composite.CompositeDescriptor,Integer>> |
usedClassesPKs()
Primary keys of all used composites in all entities of this application.
|
@Optional org.qi4j.api.property.Property<String> schemaName()
@Optional org.qi4j.api.property.Property<Map<org.qi4j.api.common.QualifiedName,QNameInfo>> qNameInfos()
QNameInfo
@Optional org.qi4j.api.property.Property<Map<org.qi4j.api.entity.EntityDescriptor,Set<org.qi4j.api.common.QualifiedName>>> entityUsedQNames()
@Optional org.qi4j.api.property.Property<Map<org.qi4j.api.composite.CompositeDescriptor,Integer>> usedClassesPKs()
@Optional org.qi4j.api.property.Property<Map<Class<?>,Integer>> javaTypes2SQLTypes()
Types
. The class of java type is the key.Types
.