public class JpaRepositoryFactoryPriority extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PRIORITY
Default priority for JPA repository factories.
|
static int |
JPA_10_PRIORITY
Priority for built-in JPA 1.0 repository factory.
|
static int |
JPA_20_PRIORITY
Priority for built-in JPA 2.0 repository factory.
|
static int |
JPA_21_PRIORITY
Priority for built-in JPA 2.1 repository factory.
|
static int |
VENDOR_SPECIFIC_PRIORITY
Base priority for vendor-specific JPA repository factories.
|
Constructor and Description |
---|
JpaRepositoryFactoryPriority() |
public static final int VENDOR_SPECIFIC_PRIORITY
public static final int JPA_21_PRIORITY
public static final int JPA_20_PRIORITY
public static final int JPA_10_PRIORITY
public static final int DEFAULT_PRIORITY
Copyright © 2013-2018–2019 SeedStack. All rights reserved.