Uses of Interface
org.jooq.MasterDataType

Packages that use MasterDataType
org.jooq   
org.jooq.impl   
 

Uses of MasterDataType in org.jooq
 

Methods in org.jooq with type parameters of type MasterDataType
<M extends MasterDataType<T>>
DataType<M>
DataType.asMasterDataType(Class<M> masterDataType)
          Retrieve the data type for a given master data type
 

Uses of MasterDataType in org.jooq.impl
 

Methods in org.jooq.impl with type parameters of type MasterDataType
<M extends MasterDataType<T>>
DataType<M>
AbstractDataType.asMasterDataType(Class<M> masterDataType)
           
 



Copyright © 2012. All Rights Reserved.