public static interface IdStrategy.Factory
IdStrategy impls.| Modifier and Type | Method and Description |
|---|---|
IdStrategy |
create()
Creates a new
IdStrategy instance (impl). |
void |
postCreate()
Called after the method
create() has been called. |
IdStrategy create()
IdStrategy instance (impl).void postCreate()
create() has been called.
This is used to prevent classloader issues.
RuntimeEnv's RuntimeEnv.ID_STRATEGY need to be set first.Copyright © 2009-2023. All Rights Reserved.