[hibernate-issues] [Hibernate-JIRA] Commented: (BVAL-92) Improvements in bootstrap API names

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Jan 26 20:18:38 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/BVAL-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32195#action_32195 ] 

Emmanuel Bernard commented on BVAL-92:
--------------------------------------

Validation.builderType(Class<T>) to Validation.byProvider(Class<T>)
Validation.defineBootstrapState() to Validation.byDefaultProvider()
GenericBuilderFactory.getBuilder() to GenericBootstrap.configure()
SpecializedBuilderFactory.getBuilder() to ProviderSpecificBootstrap.configure()
ValidatorFactoryBuilder.build() to Configuration.buildValidatorFactory() 
ValidatorFactoryBuilder.configure() to Configuration.customConfiguration()
ValidatorFactoryConfiguration to ConfigurationState

and a few other method name adjustments

> Improvements in bootstrap API names
> -----------------------------------
>
>                 Key: BVAL-92
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-92
>             Project: Bean Validation
>          Issue Type: Improvement
>          Components: ri-general, spec-general
>    Affects Versions: 1.0 public draft
>            Reporter: Emmanuel Bernard
>             Fix For: 1.0 proposed final draft
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list