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