org.jasypt.hibernate.connectionprovider
Class ParameterNaming
Object
org.jasypt.hibernate.connectionprovider.ParameterNaming
Deprecated. Will be removed in 1.11. Package org.jasypt.hibernate.connectionprovider
has been renamed as org.jasypt.hibernate3.connectionprovider.
public final class ParameterNaming
- extends Object
Constant names of the parameters that can be used by a jasypt's
Hibernate connection provider.
- Since:
- 1.4
- Author:
- Daniel Fernández
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCRYPTOR_REGISTERED_NAME
public static final String ENCRYPTOR_REGISTERED_NAME
- Deprecated.
- Property in hibernate.cfg.xml or
hibernate.properties which contains the registered name
(in
HibernatePBEEncryptorRegistry
) of the encryptor which
will be used to decrypt the datasource parameters.
- See Also:
- Constant Field Values
Copyright © 2011 The JASYPT team. All Rights Reserved.