Kodo 4.2.0. (DEPRECATED)

kodo.persistence.jdbc
Annotation Type LockGroupVersionColumn


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LockGroupVersionColumn

Surrogate version column.

Since:
4.1

Optional Element Summary
 String columnDefinition
           
 boolean insertable
           
 int length
           
 String lockGroup
           
 String name
           
 boolean nullable
           
 int precision
           
 int scale
           
 boolean updatable
           
 

name

public abstract String name
Default:
""

nullable

public abstract boolean nullable
Default:
true

insertable

public abstract boolean insertable
Default:
true

updatable

public abstract boolean updatable
Default:
true

columnDefinition

public abstract String columnDefinition
Default:
""

length

public abstract int length
Default:
255

precision

public abstract int precision
Default:
0

scale

public abstract int scale
Default:
0

lockGroup

public abstract String lockGroup
Default:
""

Kodo 4.2.0. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02