org.jooq.Identity Java Examples

The following examples show how to use org.jooq.Identity. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ReflectedTable.java    From java-crud-api with MIT License 5 votes vote down vote up
@Override
public Identity getIdentity() {
	TableField<?, ?> pk = findPrimaryKey(table);
	if (pk == null) {
		return null;
	}
	return new DynamicIdentity(table, pk);
}
 
Example #2
Source File: MappingSession.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<MappingSessionRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_MAPPING_SESSION;
}
 
Example #3
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #4
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #5
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #6
Source File: Somethingwithoutjson.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingwithoutjsonRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHINGWITHOUTJSON;
}
 
Example #7
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #8
Source File: Somethingwithoutjson.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingwithoutjsonRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHINGWITHOUTJSON;
}
 
Example #9
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #10
Source File: Somethingwithoutjson.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingwithoutjsonRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHINGWITHOUTJSON;
}
 
Example #11
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #12
Source File: ObjectXref.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<ObjectXrefRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_OBJECT_XREF;
}
 
Example #13
Source File: ExternalDb.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<ExternalDbRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_EXTERNAL_DB;
}
 
Example #14
Source File: CoordSystem.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<CoordSystemRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_COORD_SYSTEM;
}
 
Example #15
Source File: Analysis.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<AnalysisRecord, UShort> getIdentity() {
    return Keys.IDENTITY_ANALYSIS;
}
 
Example #16
Source File: Xref.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<XrefRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_XREF;
}
 
Example #17
Source File: AppTable.java    From StubbornJava with MIT License 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<AppRecord, Integer> getIdentity() {
    return Keys.IDENTITY_APP;
}
 
Example #18
Source File: IntronSupportingEvidence.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<IntronSupportingEvidenceRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_INTRON_SUPPORTING_EVIDENCE;
}
 
Example #19
Source File: ProteinFeature.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<ProteinFeatureRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_PROTEIN_FEATURE;
}
 
Example #20
Source File: GenomeStatistics.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<GenomeStatisticsRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_GENOME_STATISTICS;
}
 
Example #21
Source File: DitagFeature.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<DitagFeatureRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_DITAG_FEATURE;
}
 
Example #22
Source File: MiscFeature.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<MiscFeatureRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_MISC_FEATURE;
}
 
Example #23
Source File: Map.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<MapRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_MAP;
}
 
Example #24
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #25
Source File: SeqRegionSynonym.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<SeqRegionSynonymRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_SEQ_REGION_SYNONYM;
}
 
Example #26
Source File: ProteinAlignFeature.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<ProteinAlignFeatureRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_PROTEIN_ALIGN_FEATURE;
}
 
Example #27
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #28
Source File: Something.java    From vertx-jooq with MIT License 4 votes vote down vote up
@Override
public Identity<SomethingRecord, Integer> getIdentity() {
    return Keys.IDENTITY_SOMETHING;
}
 
Example #29
Source File: UnmappedReason.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<UnmappedReasonRecord, UInteger> getIdentity() {
    return Keys.IDENTITY_UNMAPPED_REASON;
}
 
Example #30
Source File: Meta.java    From hmftools with GNU General Public License v3.0 4 votes vote down vote up
/**
 * {@inheritDoc}
 */
@Override
public Identity<MetaRecord, Integer> getIdentity() {
    return Keys.IDENTITY_META;
}