Uses of Class
com.glyart.asql.common.database.DataTemplate
-
Packages that use DataTemplate Package Description com.glyart.asql.common.context Contains an abstract level about the context of aSQL. -
-
Uses of DataTemplate in com.glyart.asql.common.context
Methods in com.glyart.asql.common.context that return DataTemplate Modifier and Type Method Description DataTemplate<? extends ASQLContext<T>>
ASQLContext. getDataTemplate()
Gets theDataTemplate
instance linked to this ASQLContext.
-