Internal Website Search

11-20 of 22 resultsRefresh

TableGenerator.initialValue

Annotation Element TableGenerator" title="Annotation in javax.persistence">javax.persistence.TableGeneratorint initialValue

Auto Generated Values

TableGenerator">@TableGenerator(TableGenerator/name">name="tab", TableGenerator/initialValue">initialValue=0, TableGenerator/allocationSize">allocationSize=50) public class EntityWithTableId

JPA Annotations for Value Generation

|TableGenerator"> More details about automatic value generation are provided

Database Inconsistency or corruption

; @javax.persistence.TableGenerator(name = "objectValueGen", table = "IdValues", schema = "dex_01 ... , generator="attributeGen")   @javax.persistence.TableGenerator(name="attributeGen", table ... .persistence.GenerationType.TABLE, generator = "valueGen")   @javax.persistence.TableGenerator

javax.persistence.GeneratedValue

> TableGenerator" title="Annotation in javax.persistence">TableGenerator SequenceGenerator or TableGenerator" title

Possible cause for "Enhancement of type ... is old and cannot be used"

at: BUG: objectdb-2.6.6_07: FAILS on @OneToMany with @TableGenerator/strategy ... " when using a TableGenerator. That problem was demonstrated by the provided test case, fixed

Possible issue with timestamps

; @TableGenerator(name="IdTableGen", initialValue=1, allocationSize=50)     public static class

Failing to read entities under load in multithreaded tests

) @TableGenerator(name="TestIdTableGen", initialValue=0, allocationSize=50) public class TestIdHolder

Criteria query error: Unexpected query token

") // @TableGenerator(name = "sequences", initialValue = 1, allocationSize = 50) // @GeneratedValue(strategy

GeneratedValue.generator

>SequenceGenerator or TableGenerator" title="Annotation in javax.persistence">TableGenerator annotation. Defaults to the id